Skip to content

akshat-fsociety/Data-Structures-Algorithms

Repository files navigation

Data Structures & Algorithms Practice πŸ’’

Repository is under progress...πŸš€ πŸ’»

Star this Repository ⭐

CodechefCodeChef


CodeforcesCodeforces


GeeksforGeeksGeeksforGeeks


LeetCodeGeeksforGeeks

Programming Language

Java







CodeChef Problems Set πŸ’₯

CODECHEF SOLUTIONS

⚠ Under Construction ⚠


Love Babbar 450 Questions Set πŸ’₯

SOLUTIONS

⚠ Under Construction ⚠


Striver's SDE Questions Set πŸ’₯

SOLUTIONS

⚠ Under Construction ⚠


Codeforces Problems Set πŸ’₯

A

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

B

Sale
Unique Bid Auction
Queue at the School
Fair Numbers
Valerii Against Everyone
Last minute enhancements

C

Registeration System
Two Brackets

⚠ Under Construction ⚠

Made with ❀for all the Coders.
Built with Java β˜•


Want to Contribute?

Fork this repository πŸ”±

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.

Clone the repository 🏁

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.

Open a terminal and run the following git command:

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

Create a branch βš“

Change to the repository directory on your computer (if you are not already there):

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

Make necessary changes and commit those changes 🚏

git add .

Now commit
git commit -m <Add your message here>

Push changes to GitHub πŸͺ‚

git push origin <branch-name>

replacing with the name of the branch you created earlier.

Hoorayy!πŸŽ‰