Skip to content

Latest commit

 

History

75 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Knowledge Database

Getting Started

For most of the examples, I've provided a Makefile to make it easy to jump in. Make sure you have make installed by running the following command:

sudo apt install -y make

Then you can move into a particular directory, and run all of the unit tests with the command:

make test

For example, if you wanted to run the example for djikstra's algorithm written in python:

cd data_structures_and_algorithms/graphs/dijkstra/python
make test

About

A hub of knowledge on topics across computer science.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Used by

Contributors

Languages