Skip to content

A repo with solutions to problems solved as a part of my interview prep

Notifications You must be signed in to change notification settings

rahul-tuli/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structures

Contains solutions to data structure problems, solved as a part of my interview search

Installation

Use the package manager pip to install virtualenv and project dependencies.

python3 -m pip install --user virtualenv
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

A repo with solutions to problems solved as a part of my interview prep

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published