Skip to content

SashiPraba/Data-Structures

 
 

Repository files navigation

Data Structures [Tutorial]

Contributors Stargazers Issues MIT License Fork

Build Status Build Status

alt text alt text alt text alt text

Table of Contents

List

  1. Arrays
  2. Stack
  3. Queue
  4. String

About

A data structure is a particular way of organizing data in a computer so that it can be used effectively.

For example, we can store a list of items having the same data-type using the array data structure.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. Please refer CONTRIBUTING.md

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contributors

Made with contributors-img.

License

Distributed under the MIT License. See LICENSE for more information.

Reference

Social

About

Tutorial in Data Structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 50.9%
  • Java 17.2%
  • Python 17.0%
  • C 5.2%
  • Go 4.2%
  • Visual Basic .NET 1.8%
  • Other 3.7%