Skip to content

Drahlous/computer_knowledge_database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Contributors