Skip to content

kaweendras/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
  5. Algorithms
  6. Searching Algorithms
  7. Sorting Algorithms

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.

Social