Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 611 Bytes

README.MD

File metadata and controls

10 lines (8 loc) · 611 Bytes

study

A collection of detailed explanations concerning problems I missed, or things I need to study in Computer Science.

  • Study
    • A long list of explanations of problems I missed or found in packets, explained with focus on the concept, not the problem itself.
  • Collections
    • Detailed explanation of Java's datastructures in the util package, for interfaces, classes and more from ArrayList to TreeMap.
  • Bitwise
    • A comprehensive guide over bitwise operators, circuits, inside and outside of the Java programming language.