Coder Social home page Coder Social logo

ds-algorithms's People

Contributors

am1rarsalan avatar basetesmaeili avatar vflagz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

vflagz

ds-algorithms's Issues

stack-queue section documentation

About this, it is essential for us to clean up the readme, particularly in the strings section.

links of the files that should be changed:

https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/ts/5.stack-qeueue/problme.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/rs/6.stack-queue/problems.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/golang/5.stack-qeueue/problme.md

Please enhance the descriptions of each issue in a more detailed and informative manner.
provide information about stack and queue data structures.

priority queue documentation

It is necessary to clean up the readme specifically in the priority queue section.

links to the readme files:

https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/golang/10.priority-queue/problem.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/ts/10.priority-queue/problem.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/rs/10.priority-queue/problems.md

  1. Please enhance the descriptions of each issue in a more detailed and informative manner.
  2. Update the test cases.
  3. Tidy up the code for the challenges

linkedlist's problems documentation

About this, it is essential for us to clean up the readme, particularly in the strings section.

links of the files that should be changed:

https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/golang/3.linkedlist/problem.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/rs/3.linkedlist/problems.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/ts/3.linkedlist/problem.md

  1. Please enhance the descriptions of each issue in a more detailed and informative manner.
  2. provide information about linkedlist data structure.

arrays problems documentation

Regarding this matter, it is necessary to tidy up the readme specifically in the arrays section.

links to the readme files:

https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/ts/1.array/problem.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/golang/1.array/problem.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/rs/1.array/problems.md

TODO

  1. Please enhance the descriptions of each issue in a more detailed and informative manner.
  2. update the test cases.
  3. tidy up the code for the challenges

Binary tree problems documentation

It is necessary to clean up the readme specifically in the binary tree section.

links to the readme files:

https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/rs/8.binary-tree/problems.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/ts/8.binary-tree/problem.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/golang/8.binary-tree/problem.md /

  1. Please enhance the descriptions of each issue in a more detailed and informative manner.
  2. update the test cases.
  3. Tidy up the code for the challenges

nary tree problems documentation

It is necessary to clean up the readme specifically in the nary tree section.

https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/golang/13.nary-tree/problem.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/ts/13.nary-tree/problem.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/rs/13.nary-tree/problems.md

  1. Please enhance the descriptions of each issue in a more detailed and informative manner.
  2. Update the test cases.
  3. Tidy up the code for the challenges

Initialize website

The ds-algorithems website is going to be implemented via remix. with Remix

Sort problems documentation.

Regarding this matter, it is necessary to tidy up the readme specifically in the sort section.

links to the readme files:

https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/ts/6.sort/problems.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/rs/5.sort/problems.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/golang/6.sort/problems.md

TODO

  1. Please enhance the descriptions of each issue in a more detailed and informative manner.
  2. update the test cases. add needed documentation there.
  3. tidy up the code for the challenges

strings problems documentation

About this, it is essential for us to clean up the readme, particularly in the strings section.

links of the files that should be changed:
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/ts/2.string/problem.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/golang/2.string/problem.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/rs/2.strings/problems.md

TODO:

  1. Please enhance the descriptions of each issue in a more detailed and informative manner.

Matrix documentation

It is necessary to clean up the readme specifically in the matrix section.

links to the readme files:

https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/golang/11.matrix/problem.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/rs/11.matrix/problems.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/ts/11.matrix/problem.md

  1. Please enhance the descriptions of each issue in a more detailed and informative manner.
  2. Update the test cases.
  3. Tidy up the code for the challenges

heaps documentation

It is necessary to clean up the readme specifically in the heaps( max heap and min heap ) section.

links to the readme files:

https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/rs/9.heaps/problems.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/ts/9.heaps/problems.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/golang/9.heaps/problem.md

Please enhance the descriptions of each issue in a more detailed and informative manner.
update the test cases.
Tidy up the code for the challenges

Graphs problems documentation

It is necessary to clean up the readme specifically in the graphs section.

https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/ts/12.graphs/problem.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/rs/12.graphs/problems.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/golang/12.graphs/problem.md

  1. Please enhance the descriptions of each issue in a more detailed and informative manner.
  2. Update the test cases.
  3. Tidy up the code for the challenges

Search(binary search) problems

Regarding this matter, it is necessary to tidy up the readme specifically in the search(binary search) section.

links to the readme files:

https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/golang/7.search(binary-search)/problem.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/rs/7.binary-search/problems.md
https://github.com/AmirAhmadzadeh/ds-algorithms/blob/main/ts/7.search(binary-search)/problem.md

TODO

  1. Please enhance the descriptions of each issue in a more detailed and informative manner.
  2. update the test cases. add needed documentation there.
  3. tidy up the code for the challenges

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.