Skip to content

hakver29/competitive_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Competitive Programming

Framework and solutions to various programming challenges on different online platforms. The aim is to create a plug-and-play setup for solving programming challenges in any language of choice.

Project structure

Each online platform has folders with programming solutions in each programming language.

- [Platform1]
    - [Language1]
    - [Language2]
    - [Language3]
- [Platform2]
    ...
Rust Add the rust-folder to the online platform folder by writing
cargo new rust vcs=none

The solution can be tested by writing

cargo test
Haskell Run
brew install ghc

The solution can then be tested by writing

runhaskell your_solution.hs
Go Run
brew install go

The solution can then be tested by writing

go run your_solution.go
Java Run
java your_solution.java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors