This repository contains implementation of various interview questions that I've encounterd over the last few months
- BloomFilter contains an implementation of Bloom Filter
- BracketsValidation shows a method to validate multiple brackets in a string
- DataStructures contains implementation of a few data structures
- SetAll allows O(1) get, set and set all methods
- Suffix is an implementation of a Suffix Tree
- BinaryTree including to/from string representation
- BinarySeachTree
- FillAlgo demonstrate multiple implementations of the flood fill algorithm
- Lists contains several commonly requested method (Reverse, Shuffle)
- T9 contains a simple implementation of a predictive text technology for mobile phones