Skip to content

Latest commit

 

History

History
17 lines (7 loc) · 587 Bytes

README.md

File metadata and controls

17 lines (7 loc) · 587 Bytes

EECS 268

Learn along side with me! Here

The programs within this repo are built to demonstrate

  • Basic problem solving technique by focusing on imperative and object-oriented styles using Abstract Data Types.

  • Implementation of Node Based Data Structures such as Stacks, Queues, LinkedList, Binary Search Trees, Min and Max Heaps.

  • Implementation of basic Recursive Algorithms.

  • Defining Big O-Notation for Algorithmic Efficiency and performance analysis onto sorting algorithms.