Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm implementations in Python and C++, written as part of my ongoing study of algorithms.

Each source file can run independently:

$ python game_of_life.py

or

$ g++ game_of_life.cc -o build/game_of_life && build/game_of_life

About

Algorithm implementations in Python and C++

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages