GithubHelp home page GithubHelp logo

Add edit distance solution about cosmos HOT 15 OPEN

opengenus avatar opengenus commented on May 2, 2024
Add edit distance solution

from cosmos.

Comments (15)

rahulg963 avatar rahulg963 commented on May 2, 2024 2

@AdiChat I would like to work on it by using Python Language

from cosmos.

NishantTanwar avatar NishantTanwar commented on May 2, 2024 1

I would go for C version. Please assign @AdiChat

from cosmos.

NishantTanwar avatar NishantTanwar commented on May 2, 2024 1

@AdiChat please review #233 I have added

from cosmos.

setupminimal avatar setupminimal commented on May 2, 2024 1

I am about to add an implementation in Haskell.

from cosmos.

anshul98ks123 avatar anshul98ks123 commented on May 2, 2024 1

I would like to work on this in java.

from cosmos.

anshul98ks123 avatar anshul98ks123 commented on May 2, 2024 1

I have added PR on edit distance in java. Please review it.

from cosmos.

amankh99 avatar amankh99 commented on May 2, 2024 1

@AdiChat, We have another version of edit distance which is space efficient version used to align dna sequences, as they are very large so we can not use just O(mn) space (m, n- length of two strings), so I want to add code in C++ of O(2*m) space, also in both versions of code I want to like to add backtracking part, means finally what are aligned sequences are? Please assign me this work. Please assign it under hacktoberfest.

from cosmos.

AdiChat avatar AdiChat commented on May 2, 2024 1

Yes, @amankh99 Go ahead and make a pull request 👍

from cosmos.

Vitorvgc avatar Vitorvgc commented on May 2, 2024

Added the first implementation in C++: #180

from cosmos.

AdiChat avatar AdiChat commented on May 2, 2024

@rahulg963 Go for it 👍

from cosmos.

AdiChat avatar AdiChat commented on May 2, 2024

Go ahead 👍

I have send you an invite

from cosmos.

NishantTanwar avatar NishantTanwar commented on May 2, 2024

Issue #181 Added #233 pls review.

from cosmos.

amankh99 avatar amankh99 commented on May 2, 2024

Please review the pull request and suggest any changes.

from cosmos.

amankh99 avatar amankh99 commented on May 2, 2024

@AdiChat , For adding backtracking part means getting the aligned sequences in edit_distance problem having O(m*n) space complexity (m, n - length of strings) should I make a new file or should modify the existing file made by Vitorvgc.

from cosmos.

amankh99 avatar amankh99 commented on May 2, 2024

@AdiChat , Please review this backtracking part of edit distance of O(m*n) space complexity - pull request

from cosmos.

Related Issues (20)

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.