Skip to content

Data Structures are the programmatic way of storing data so that data can be used efficiently. Almost every enterprise application uses various types of data structures in one or the other way. Each alogrithm or Datastrutures implementation code is in C++/C , C#, Java, python.

License

Notifications You must be signed in to change notification settings

maringantis/Datastrutures-Algorithms

Repository files navigation

Datastrutures and Algorithms code implementation for C/CPP,C#,Java, Python

  • Each alogrithm or Datastrutures implementation code is in C++/C , C#, Java, python.
  • This project includes most of the important seacrhing and sorting techinques.
  • Data structures like linked listed, double linked list, round linked list, stack , queue and many variations of these data stuctures are included in this project.
  • Tress, DFS,BFS also included.
  • Towers of hanoi.

Code information

  • For CPP/C implementation please visit Datastrutures-Algorithms-CPP
  • For CPP/C implementation please visit Datastrutures-Algorithms-CSharp
  • For CPP/C implementation please visit Datastrutures-Algorithms-Java
  • For CPP/C implementation please visit Datastrutures-Algorithms-Python

NOTE

  • All the code is written on Windows platform using Visual Stuido for CPP/C,C#,Python and Netbeans for Java.
  • Code implementation is for learning and practicing the algorithms and data structures in most commonly used languages.
  • Code is not tested.
  • Project is still under development.
  • Feel free to contribute and reuse.

About

Data Structures are the programmatic way of storing data so that data can be used efficiently. Almost every enterprise application uses various types of data structures in one or the other way. Each alogrithm or Datastrutures implementation code is in C++/C , C#, Java, python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages