Click Below to subscribe

Check two strings are Anagrams or not - Anagram Finder

Given two strings S1 and S2. check if they are anagrams or not.#Implementation -...

READ MORE

Generate look and say sequence - Look-and-Say

Given a number n, generate look and say sequence.  1, 11, 21, 1211...... n;funct...

READ MORE

Swap two array without using third array of same size.

Given to array of a and b of the same size. swap arrays without using temp array.#Imp...

READ MORE

Swap two strings without using third variable.

Given two strings S1, S2 swap it without using temp variable.substring(start, end)&nb...

READ MORE

Reverse a string without affecting special characters.

Given a string S, that contains special characters with alphabets, reverse the string i...

READ MORE

How to Integrate Jitsi meet in Angular 2021 (External API, IFrame API)

Jitsi is a free and open-source multiplatform voice (VoIP), video conferencing for the ...

READ MORE

Laravel routes not working on live server - returning 404 - 2021

If your project routes not working or returning 404 on the live server then you can fix...

READ MORE

How to copy file & folder from one remote server to another remote server

SCP (secure copy) is a command-line utility that allows you to securely copy files and ...

READ MORE

How to Install Yarn Package on Ubuntu 2021

Yarn is a package manager that doubles down as project manager. Whether you work on one...

READ MORE

How to Install Sublime 3 on Ubuntu 2020

Sublime Text is a sophisticated text editor for code, markup, and prose. You'll love th...

READ MORE