This repository contains java solutions to various puzzles separated in different packages. This is a work in progress. Feel free to contribute. (More info here)
The java package structure is as follows:
com.nupurjaiswal
- LargestNumInArray: Find the largest number in a list of integer
- OneDArray: Prints each sequential element in an array
- Permutation: Given two string write a method to decide if one string is permutation of the other
- UniqueString: Implement an algorithm to determine if a string has all unique characters
- URLify: Write a method to replace all spaces in a string with "%20". You are given the true length of the string
- queue
- stack
- linkedlists