8000 GitHub - Rwothoromo/catcoder: Code storage for past Catalyst Coding Contests attempts
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rwothoromo/catcoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catcoder Attempts

Code storage for my past Catalyst Coding Contests attempts

Requirements

  • Install Python
  • Run pip install virtualenv on command prompt
  • Run pip install virtualenvwrapper-win (for windows)
  • Run set WORKON_HOME=%USERPROFILES%\Envs (for windows)

Set-up

  • Run git clone this repository and cd into the project root.
  • Run mkvirtualenv venv (for windows) or virtualenv ../venv (for mac or linux)
  • Run workon venv (for windows) or source ../venv/bin/activate (for mac or linux)
  • Run pip install -r requirements.txt to be able to use libraries like networkx.

Run the programs

  • To test the social network implementations, cd into the social network folder
  • Run python social_network_with_graph.py level1/level1_1.in level1/level1_1.out
  • Compare by running the same command with social_network_with_networkx_graph.py and social_network3.py
  • Follow a similar command patterrn to run the rest.

About

Code storage for past Catalyst Coding Contests attempts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0