Skip to content

alidehkhodaei/data-structures-and-algorithms

Repository files navigation

Data Structures and Algorithms (Dsa)

Banner

Arrays Matrix Strings Searching and Sorting Linked List Bit Manipulation Greedy Backtracking Dynamic Programming Stacks and Queues Binary Trees Binary Search Tree Graphs Heap Trie

This repository contains the Kotlin solutions with unit tests for Data Structures and Algorithms. This 450 coding questions provided by Love Babbar.

❌ If you notice any mistakes in the questions or solutions, please open an issue and note that the existing solutions may not be the best ones. Therefore, feel free to suggest better solutions with your contribution.

Introduction

✅ Data structures and algorithms are two essential concepts in computer science and programming.

✅ Data structures refer to the way we organize and store data in a computer program. They are used to manage and manipulate data efficiently. Some common data structures include arrays, linked lists, stacks, queues, trees, and graphs.

✅ Algorithms, on the other hand, are a set of steps or instructions that are followed to solve a problem. Algorithms can range from simple to complex, depending on the problem being solved. Some common algorithms include searching, sorting, and traversal algorithms.

✅ By choosing the right data structure and algorithm, programmers can write efficient and effective code that solves complex problems.

Table of contents

Usefull resource

Contributing

  1. Fork the repository.
  2. Clone the forked repository to your local machine.
  3. Create a new branch for your contribution.
  4. Make changes, write unit test and documentation, commit them.
  5. Push changes to your forked repository.
  6. Open a pull request.

License

This repository is licensed under the MIT License.

About

🔥 450 Data structures and algorithms coding questions with Kotlin solutions

Topics

Resources

License

Stars

Watchers

Forks

Languages