Tushar Kambar's repositories
FACEBOOK-HACKERCUP-2020
Facebook hackercup 2020 problems and my solutions.
-lexicographically-smallest-and-largest-substrings
Given a string,s , and an integer,k , complete the function so that it finds the lexicographically smallest and largest substrings of length k.
Language:Java000
anagram
Two strings a and b are called anagrams if they contain all the same characters in the same frequencies. For example, the anagrams of CAT are CAT, ACT, TAC, TCA, ATC, and CTA.
Language:Java000
Mobile-Application-Development-Assignments
MAD assignments. (Each folder contains .java file and res)
Predictive-Parser
Java programm for implemention of a predictive parser for a grammar of a simple expression. (Top down parser)
Language:Java000