Skip to content

First project in Data Structures and Analysis.Creating AVL tree to store student IDs.

Notifications You must be signed in to change notification settings

kayleebriggs/DSA_Project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important Instructions

  1. You can code your project in src directory. Feel free to create any header files and cpp files for your implementation.

  2. You are recommended to test your own code by building unit tests in test-unit/test.cpp

    • To run the tests, use the following command, g++ -std=c++14 -Werror -Wuninitialized -o build/test test-unit/test.cpp && build/test
    • You will have to comment main() when unit testing your code because catch uses its own main().
  3. You will submit the all files in src folder on Gradescope to test your code. If you are using multiple header files, you will have to include them directly in main.cpp once you are done with all your testing. Remember, your code must pass tests on Gradescope to receive credit.

  4. Instructions on how to test io based tests through command line are given in test-io/readme-io.md.

About

First project in Data Structures and Analysis.Creating AVL tree to store student IDs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages