Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 571 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 571 Bytes

Question Bank

A compilation of programming questions, brainteasers, and other interview prep materials.

Most questions are language-agnostic

###Concepts

  1. General
  2. Arrays and Strings
  3. Linked Lists
  4. Stacks and Queues
  5. Trees and Graphs
  6. Bit Manipulation
  7. Logic
  8. Brain Teasers
  9. Mathematics and Probability
  10. Object-Oriented Design
  11. Recursion and Dynamic Programming
  12. Scalability and Memory Limits
  13. Searching and Sorting

###Knowledge

  1. C and C++
  2. Java
  3. Web