AlgoLover
Wednesday, February 20, 2019
Rotate Array by K times && Quick Left Rotation, GCD of two or more numbers, LCD
›
Rotate Array by K times: Lets says array [1,2,3,4,5,6,7,8], K = 2 result = [7,8,1,2,3,4,5,6] if K>N where N = length...
Tuesday, February 19, 2019
Different Permutations of a String
›
Different Permutations of a String: Coming soon... Lexicographycally ordered?? coming soon..
›
Permutations in String: Given two strings s1 and s2 , , function to return true, if S2, containts the permutations of S1. Example 1: ...
Home
View web version