Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

20 lines (18 loc) · 1.02 KB

Algorithms (Java)

Conclude and sum up various programming questions & solutions. Let's brush up ourselves in a fun and efficient way!

Table of Contents

  • Chapter 01. Primitive Types (Bit Manipulation)
  • Chapter 02. Arrays and Strings
  • Chapter 03. Linked Lists
  • Chapter 04. Stacks and Queues (Stack, Queue)
  • Chapter 05. Trees and Graphs (Binary Tree, Binary Search Tree, Graph, Heap/PriorityQueue)
  • Chapter 06. Sorting and Searching
  • Chapter 07. Hash/Cache and Memory (Hash Map/Table, Distributed Memory Cache)
  • Chapter 08. Dynamic Programming
  • Chapter 10. Recursion and Iteration (Recursive, Iterative, Greedy, Invariant)
  • Chapter 11. Parallel Computing (Thread, Lock, Timer)
  • Chapter 12. Object-Oriented Design
  • Chapter 13. Design and Scalability
  • Chapter 14. Java World Topics (JVM, Autoboxing, Regular Expression, etc.)
  • Chapter 15. SQL and Databases (SQL, NoSQL, MapReduce)
  • Chapter 99. Miscellaneous (Math, Logic Puzzles, Advanced Topics, etc.)