Skip to content

javadroider/interview-prep

Repository files navigation

Algorithms and Datastructures in Java

This is my repository of alogorithms & datastructures. Everytime I plan to refersh my algo & DS knowlegde or plan to give interviews I go over internet to look for intersting questions & solutions.

I thought I should put my findings in some place so that others also can make use of it. Edit Github repository in the browser.

Command to view Git username or email address

git config --list

git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/javadroider/Khazana.git
git push -u origin master