Skip to content

bilkoh/Milestone1DoublyLinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doubly Linked List Implementation

  • for CSC 340 Programming Methodologies
  • uses a hashmap for more efficient finding of nodes based on key
  • implements testing via GTest See test_main.cc

How to download

git clone https://github.com/bilkoh/Milestone1DoublyLinkedList

How to build

Run these commands in the main directory:

cmake -B build -S .
cmake --build build

How to run

You can then run the binary in linux:

./build/Milestone1

Or in Windows:

.\build\Debug\Milestone1.exe

Todo

About

Doubly Linked List Implementation for CSC 340 Programming Methodologies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages