Giter Club home page Giter Club logo

data-structures-and-algorithms's Issues

Array Implementation code reg.,

Hello @theja-m first of all good work. Came to this repo from ZTM Data Structures. I found an issue in the array implementation.py code. I feel the code is just reinventing the wheel...i.e you are simply defining the lists(which are in-built in python) again. As per my understanding the main difference between a list & array is the latter takes homogeneous elements. This main part itself is missing is this code. Thanks :)

Issue in Fibonacci code

Hi theja-m,

The fibonacci code is pointing to wrong index.

fibanacci(5) should be 5 but it is giving 8
fibanacci(6) should be 8 but it is giving 13
fibanacci(7) should be 13 but it is giving 21

It is giving one index ahead.

mergesortedarr([38, 27, 43],[3, 9, 82, 10])

Hi Theja-m,

I was referring this repo for DS in python. I found one issue with merge-sorted array algorithm that has been implemented.

for the input mergesortedarr([38, 27, 43],[3, 9, 82, 10]) the output comes as [3, 9, 38, 27, 43, 82, 10], which is not correct.

Can you please check and review?

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.