Code Monkey home page Code Monkey logo

data-structures-and-algorithms's Introduction

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.

data-structures-and-algorithms's People

Contributors

alidehkhodaei avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.