█████╗ ██████╗ ██╗████████╗
██╔══██╗ ██╔══██╗██║╚══██╔══╝
╚█████╔╝█████╗██████╔╝██║ ██║
██╔══██╗╚════╝██╔══██╗██║ ██║
╚█████╔╝ ██████╔╝██║ ██║
╚════╝ ╚═════╝ ╚═╝ ╚═╝
This is the repository for team-6 containing source/code files of various algorithms/compmetitive-coding problems solved in different languages.
The languages are, but not limited to rust, c/c++, python, java, etc.
https://docs.google.com/spreadsheets/d/1eBhg56CNxLydBSi3oPziKGjJ8ib9P351ZGaD0StAci8/edit#gid=0
The following steps assume you have the compiler installed for these languages and the envirnoment set up. Typically, they are commands and expect you to be running on a Unix/Winwows-WSL/Powershell terminal.
gcc filename.c
./a.out
g++ filename.cpp
./a.out
Using Cargo
cd prg-folder
cargo run
Using rustc
rustc filename.rs
python filename.py
javac filename.java
java filename
| Platform | Question Link | Solution Link | Level | Language |
|---|---|---|---|---|
| HackerEarth | Will Rick Survive or Not | Will Rick survive or not .py | Medium | Python |