Repository is under progress...π π»
Star this Repository β
Codechef
Codeforces
GeeksforGeeks
LeetCode
CODECHEF SOLUTIONS
β Under Construction β
SOLUTIONS
β Under Construction β
SOLUTIONS
β Under Construction β
Young Physicist
Panoramix Prediction
Nearly Lucky Number
Beautiful Matrix
Beautiful Year
I_love_%username%
Cupboards
Word Capitalization
Bit++
Floor Number
Non-zero Segments
Rock, Paper, Scissors
Petya and Strings
Jzzhu and Children
Reorder
Reconnaissance 2
Watermelon
Even Odds
Distinct Digits**
Little Elephant and Rozdil
Distance and Axis
Juggling Letters
Hexadecimal's theorem
Magic Numbers
Mezo Playing Zoma
Boring Apartments
Adding Digits
Omkar and Password
Nauuo and Votes
Specific Tastes of Andre
New Year and Hurry
Add Candies
Robot Program
Buy The Strings
Calcualting Function
Vitaliy and Pie
Yet Another Two Integers Problem
Coins
In Game Chat
Bovine Dilemma
Repeating Cipher
Mahmoud and Ehab and the even-odd game
Wizard of Orz
Dima and Friends
Sale
Unique Bid Auction
Queue at the School
Fair Numbers
Valerii Against Everyone
Last minute enhancements
Registeration System
Two Brackets
β Under Construction β
Made with β€for all the Coders.
Built with Java β
Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.
git clone "https://github.com/<YOUR_USERNAME>/Data-Structures-Algorithms.git"
replace <YOUR_USERNAME> by the your GitHub username.
For example:
git clone https://github.com/akshat-fsociety/Data-Structures-Algorithms.git
cd (filename)
Now create a branch using the git checkout command:
git checkout -b your-new-branch-name
For example:
git checkout -b dev_username
git add .
Now commit
git commit -m <Add your message here>
git push origin <branch-name>
replacing with the name of the branch you created earlier.