Skip to content

TheProBro/CS201-Project-X-Fast-Tries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

CS201-Project-X-Fast-Tries

CS201 Project on Data Structures

To run the code:

Open terminal. 

Then, write g++ code.cpp

The code will compile. 

Then, run the code using ./a.out command. 

Then, input the size of universe i.e. the maximum integer you can enter.

Then, input an interger (0-5) corresponding to the operation you want to perform.

You will get your desired output.

WARNINGS:

  1. DO NOT EXCEED THE SIZE OF UNIVERSE.
  2. DO NOT INPUT NEGATIVE INTEGERS.

About

CS201 Project on Data Structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages