Skip to content

GUSuper60/8-Bit_06

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


 █████╗       ██████╗ ██╗████████╗
██╔══██╗      ██╔══██╗██║╚══██╔══╝
╚█████╔╝█████╗██████╔╝██║   ██║
██╔══██╗╚════╝██╔══██╗██║   ██║
╚█████╔╝      ██████╔╝██║   ██║
 ╚════╝       ╚═════╝ ╚═╝   ╚═╝


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.


Update this sheet on every new upload

https://docs.google.com/spreadsheets/d/1eBhg56CNxLydBSi3oPziKGjJ8ib9P351ZGaD0StAci8/edit#gid=0

These are the steps to execute the source-code files in various languages.

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.

C

gcc filename.c
./a.out

C++

g++ filename.cpp
./a.out

Rust

Using Cargo

cd prg-folder
cargo run

Using rustc

rustc filename.rs

Python

python filename.py

Java

javac filename.java
java filename

Table of Content

Platform Question Link Solution Link Level Language
HackerEarth Will Rick Survive or Not Will Rick survive or not .py Medium Python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •