Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 680 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 680 Bytes

CS 124: Data Structures and Algorithms

A Student's Concept Review

This repository is a collection of some of the concepts covered in CS 124: Data Structures and Algorithms at Harvard College. It is intended to be used as quick reference material for Algorithms and Data Structures, including: Math Fundamentals, Graph Algorithms, Greedy Algorithms, Divide and Combine, Dynamic Programming, and Network Flow.

Contributing

Contributions are welcome! If you'd like to add more content or improve existing material:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Submit a pull request with a clear description of your enhancements.

Happy Learning!