An open API service indexing awesome lists of open source software.

https://github.com/markcaldropoli/cs240

Data Structures & Algorithms
https://github.com/markcaldropoli/cs240

algorithms cpp data-structures makefile

Last synced: 12 days ago
JSON representation

Data Structures & Algorithms

Awesome Lists containing this project

README

          

# CS240 - Data Structures & Algorithms

Analysis of the design, implementation, and properties of basic and advanced data structures, including lists, stacks, queues, hash tables, trees, heaps, and graphs. Design and time-space analysis of basic and advanced algorithms, including searching, sorting, insert/delete, hash table collision resolution techniques, recursive functions, balanced tree maintenance, and graph algorithms. Weekly required laboratory programming and three or more additional programming projects in C++. Practical programming techniques including C++ templates and the Standard Template Library (STL), operator overloading, C++ stream I/O, separate compilation using makefiles, debugging tools and techniques, dynamic memory management.