GitXplorerGitXplorer
t

Data_Structure_and_Algorithms

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
836b52abd5b64546bc472626230cd355ea2d35aa

Update Readme.md

ttanujdhiman committed 4 years ago
Verified
094f9d4ede5541cbe3d2c94e6f6d212b0ddadd93

Update Readme.md

ttanujdhiman committed 4 years ago
Verified
0ae1499e49bd5b765ff3a30b7e895cea3d9549e0

Update Readme.md

ttanujdhiman committed 4 years ago
Verified
86ffe40e1934676c7c3367a9cdc9236b98138108

Update Readme.md

ttanujdhiman committed 4 years ago
Verified
7044afadd4f4e13cfb0079d960f444f39ad63d74

Update Readme.md

ttanujdhiman committed 4 years ago
Verified
26da79e59e8e7bf35adfd3fdb0831200df8d081b

Update Readme.md

ttanujdhiman committed 4 years ago

README

The README file for this repository.

Data Structure and Algorithms

According to the view of Placement, we all know Data Structure and Algorithms is very mandatory thing nowadays. So I will cover these topics. Actually I am also still learning Data Structure and Algorithms from GeeksForGeeks. Here is learning, practice and placements type problems. So let's get started :

This repository conatins algorithms of Data Structure :

  • Array
  • String
  • Linked List
  • Tree
  • Stack
  • Queue
  • many more

I am doing these in C++. But if you know JAVA you can but one drawback is that in Java no pointers it have so, I choose C++ and if you know C language then Great. We can do this.