/data-structures

Sample Data Structures projects in C++: implementations of a linked list, priority queue, sorting algorithms, BST, graphs, hash tables, and Huffman codes. Completed as part of CSCI 2270 course at the University of Colorado Boulder.

Primary LanguageC++

Data Structures

This repository includes sample Data Structures projects completed as part of CSCI 2270 (Data Structures) course at the University of Colorado Boulder. All implementations in C++:

  • Linked list
  • Priority queue
  • Sorting algorithms
  • Binary search tree
  • Graph
  • Hash table
  • Huffman codes

Each folder includes a Readme with a brief description of implementation and instructions to run the program.