A collection of coding interview practice questions, utilizing algorithms and data structure knowledge.
- Participated in Facebook ABCS Summer 2020 cohort program, preparation for tech interviews and to the overall recruiting process with Facebook engineers.
- Advanced Software Engineering CodePath program- An intense summer long training program for tech interviews.
In this repository:
- Arrays and Strings manpulations
- Linked Lists - Including data structure implementation, Singly LinkedList manipulations and algorithms for problem solving.
- Stacks & Queues
- Heaps and Binary Search Algorithms
- Hash Tables
- Trees - In-order, pre-order, post-order
- Graphs
- Greedy Algorithms
- Backtracking pb
- Design questions