Giter VIP home page Giter VIP logo

Comments (61)

keerti2001 avatar keerti2001 commented on July 20, 2024 2

I would like to add Binary Search Tree Algorithms ... plz assign to me

from ds_algorithms.

PrajjwalDatir avatar PrajjwalDatir commented on July 20, 2024 2

I want to do preorder, postorder and inorder tree traversal in Python3 please assign it to me.

from ds_algorithms.

PrajjwalDatir avatar PrajjwalDatir commented on July 20, 2024 2

Can I do implementation of Reversal of linked list in python3?
( I have PR for Inorder tree traversal python3 already)

from ds_algorithms.

Shivam4747 avatar Shivam4747 commented on July 20, 2024 1

Hi, I would like to implement B+ and B- Tree in PYTHON programming language!
Thanks!

from ds_algorithms.

abhisheksharma09890 avatar abhisheksharma09890 commented on July 20, 2024 1

ok, so I am learning Tower of Hanoi problem using recursion. So Can i add that

from ds_algorithms.

PranavDani avatar PranavDani commented on July 20, 2024 1

Can I do Binary search or Linear search or both?

from ds_algorithms.

happysiva-mm avatar happysiva-mm commented on July 20, 2024 1

Have added level order traversal for Binary Tree in java . Have created a pull request . Please review thanks !

from ds_algorithms.

keerti2001 avatar keerti2001 commented on July 20, 2024 1

Hey! I have made a pull request

from ds_algorithms.

PrajjwalDatir avatar PrajjwalDatir commented on July 20, 2024 1

added preorder , postorder tree traversals of trees in Python3.
@tulika-99 please checkout my PR

from ds_algorithms.

shaonakundu avatar shaonakundu commented on July 20, 2024 1

I can add code for finding lexicographically smallest and largest substring of size k in python, so will you assign me?

from ds_algorithms.

snehagupta-4 avatar snehagupta-4 commented on July 20, 2024 1

@snehagupta-4 Sure add that inside a folder named " Scheduling Algorithms"
Hey, I tried creating PR, but it is giving error "remote: Permission to tulika-99/DS_Algorithms.git denied to snehagupta-4.
fatal: unable to access 'https://github.com/tulika-99/DS_Algorithms.git/': The requested URL returned error: 403"
Please help

@snehagupta-4 first fork the repo
then push onto your repo onto the forked repo
then PR through your forked repo using github website

yes, I did the same again. thanks for replying

@tulika-99 ma'am Please check my PR.

from ds_algorithms.

amitsat27 avatar amitsat27 commented on July 20, 2024 1

Can i implement linear search in python ?

from ds_algorithms.

Bijay555 avatar Bijay555 commented on July 20, 2024 1

Can I implement Knight tour problem using backtracking in python?

from ds_algorithms.

shaonakundu avatar shaonakundu commented on July 20, 2024 1

@shaonakundu sure go for it.

@tulika-99 Mam check my PR, I have sent to you

from ds_algorithms.

amitsat27 avatar amitsat27 commented on July 20, 2024 1

@tulika-99 ma'am can i implement linear search in python?

from ds_algorithms.

Lutir avatar Lutir commented on July 20, 2024 1

@tulika-99 Can I do level-order traversal in trees in C++? Its present in Java there

from ds_algorithms.

Lutir avatar Lutir commented on July 20, 2024 1

@tulika-99 Can I do level-order traversal in trees in C++? Its present in Java there

#32

I have made a PR for it. Please approve it

from ds_algorithms.

HaripriyaVats avatar HaripriyaVats commented on July 20, 2024 1

@tulika-99 Can i do Kernighans Algorithm?

from ds_algorithms.

adiksha20 avatar adiksha20 commented on July 20, 2024 1

@tulika-99 Can I implement kadane's algorithm in java?

from ds_algorithms.

hardik-dadhich avatar hardik-dadhich commented on July 20, 2024 1

@tulika-99 I want to add find a connected number of component in graph through DFS in Python! Can I create an issue and start working on it?

from ds_algorithms.

hardik-dadhich avatar hardik-dadhich commented on July 20, 2024 1

@tulika-99 I want to add find a connected number of the component in the graph through DFS in Python! Can I create an issue and start working on it?

Here is PR for that

from ds_algorithms.

AshwinKul28 avatar AshwinKul28 commented on July 20, 2024 1

Added an algorithm and a code implementation in CPP to calculate the maximum height of a tree.
Here is the PR: #45

from ds_algorithms.

MilindGupta-Creator avatar MilindGupta-Creator commented on July 20, 2024 1

hey i would like to add euclid algorithm so should i proceed with it

from ds_algorithms.

kishanpatel22 avatar kishanpatel22 commented on July 20, 2024 1

Can I work on cycle detection in directed graph ? May I add code for cycle detection in the graph folder ?

from ds_algorithms.

deepadhia avatar deepadhia commented on July 20, 2024 1

I have add the code for reversing a Linkedlist Kindly have a Look!

from ds_algorithms.

mark1551 avatar mark1551 commented on July 20, 2024 1

Bellman ford algorithm for graphs , kindly do have a look.

from ds_algorithms.

faris-id avatar faris-id commented on July 20, 2024 1

I've made a PR for Binary Search Algorithm in Ruby. Please review

from ds_algorithms.

kishanpatel22 avatar kishanpatel22 commented on July 20, 2024 1

added cycle detection in directed graphs #62

I have made PR for cycle detection for directed graphs, kindly please review

from ds_algorithms.

mk1107 avatar mk1107 commented on July 20, 2024 1

Please accept my PR
#76 (comment)

from ds_algorithms.

kishanpatel22 avatar kishanpatel22 commented on July 20, 2024 1

May I work on topological sorting code in C++ under Graph section ?

from ds_algorithms.

mk1107 avatar mk1107 commented on July 20, 2024 1

Please accept my PR
#76 (comment)

I have made the changes as per your requirement please accept my PR

from ds_algorithms.

faris-id avatar faris-id commented on July 20, 2024 1

Added Linear Search Algorithm in Ruby

from ds_algorithms.

 avatar commented on July 20, 2024 1

I would like to work on the Floyd Warshall Algorithm (Graphs: All Pairs Shortest Path) in Rust

from ds_algorithms.

SravanthiKaki avatar SravanthiKaki commented on July 20, 2024 1

Can I work on BFS in Java?

from ds_algorithms.

sarthak-1503 avatar sarthak-1503 commented on July 20, 2024 1

Can I add "Goldmine Problem in DP" in C++? Can you assign me this issue??

from ds_algorithms.

Akashsahu1998 avatar Akashsahu1998 commented on July 20, 2024 1

Hello @tulika-99
I've added the implementation of the Robin Karp Algorithm in the String section in C++ Language. Please accept my Pull Request.
Thank you.

from ds_algorithms.

Akashsahu1998 avatar Akashsahu1998 commented on July 20, 2024 1

Hello @tulika-99
I've added the implementation of the Lexicographically smallest largest substring in the String section in C++ Language. Please accept my Pull Request.
Thank you.

from ds_algorithms.

sarthak-1503 avatar sarthak-1503 commented on July 20, 2024 1

@tulika-99 Please review my pull request #138 .
file name: GoldmineProblem.cpp

from ds_algorithms.

adarsh115 avatar adarsh115 commented on July 20, 2024 1

hey at @tulika-99 I have added radix sort.cpp
I made a new director Sorting and added into that folder

from ds_algorithms.

Amitsharma45 avatar Amitsharma45 commented on July 20, 2024

hi i'm implementation stack , queue please assign to me.

from ds_algorithms.

tulika-99 avatar tulika-99 commented on July 20, 2024

@Amitsharma45 Yeah u can select any algo of ur choice, for the same and create a pull request

from ds_algorithms.

abhisheksharma09890 avatar abhisheksharma09890 commented on July 20, 2024

I would love to implement linked list

from ds_algorithms.

Amitsharma45 avatar Amitsharma45 commented on July 20, 2024

@tulika-99 chack pr #4

from ds_algorithms.

Code-Recursion avatar Code-Recursion commented on July 20, 2024

i would love to add linkedlist as an abstact data type in c programming language can please assign it to me :)

from ds_algorithms.

tulika-99 avatar tulika-99 commented on July 20, 2024

@abhisheksharma09890 pls choose a specific algo for linked list like reversing or smthng ,not the simple implementation

from ds_algorithms.

tulika-99 avatar tulika-99 commented on July 20, 2024

@keerti2001 yeah sure go for it !!

from ds_algorithms.

tulika-99 avatar tulika-99 commented on July 20, 2024

@abhisheksharma09890 yeah sure

from ds_algorithms.

Rj-coder-iitian avatar Rj-coder-iitian commented on July 20, 2024

@tulika-99 I would like to implement algorithms in bubble, selection, insertion, merge sort. please assign this to me.
I will be using C language.

from ds_algorithms.

tulika-99 avatar tulika-99 commented on July 20, 2024

@Rj-coder-iitian if ur interested in implementing a sorting algorithm plz check out this issue
tulika-99/sorting-algorithms#160

from ds_algorithms.

snehagupta-4 avatar snehagupta-4 commented on July 20, 2024

@tulika-99 Can I create PR for FCFS algorithm?

from ds_algorithms.

tulika-99 avatar tulika-99 commented on July 20, 2024

@snehagupta-4 Sure add that inside a folder named " Scheduling Algorithms"

from ds_algorithms.

snehagupta-4 avatar snehagupta-4 commented on July 20, 2024

@snehagupta-4 Sure add that inside a folder named " Scheduling Algorithms"
Hey, I tried creating PR, but it is giving error "remote: Permission to tulika-99/DS_Algorithms.git denied to snehagupta-4.
fatal: unable to access 'https://github.com/tulika-99/DS_Algorithms.git/': The requested URL returned error: 403"
Please help

from ds_algorithms.

PrajjwalDatir avatar PrajjwalDatir commented on July 20, 2024

@snehagupta-4 Sure add that inside a folder named " Scheduling Algorithms"
Hey, I tried creating PR, but it is giving error "remote: Permission to tulika-99/DS_Algorithms.git denied to snehagupta-4.
fatal: unable to access 'https://github.com/tulika-99/DS_Algorithms.git/': The requested URL returned error: 403"
Please help

@snehagupta-4 first fork the repo
then push onto your repo onto the forked repo
then PR through your forked repo using github website

from ds_algorithms.

tulika-99 avatar tulika-99 commented on July 20, 2024

@shaonakundu sure go for it.

from ds_algorithms.

snehagupta-4 avatar snehagupta-4 commented on July 20, 2024

@snehagupta-4 Sure add that inside a folder named " Scheduling Algorithms"
Hey, I tried creating PR, but it is giving error "remote: Permission to tulika-99/DS_Algorithms.git denied to snehagupta-4.
fatal: unable to access 'https://github.com/tulika-99/DS_Algorithms.git/': The requested URL returned error: 403"
Please help

@snehagupta-4 first fork the repo
then push onto your repo onto the forked repo
then PR through your forked repo using github website

yes, I did the same again. thanks for replying

from ds_algorithms.

MilindGupta-Creator avatar MilindGupta-Creator commented on July 20, 2024

remote: Permission to tulika-99/DS_Algorithms.git denied to MilindGupta-Creator.
fatal: unable to access 'https://github.com/tulika-99/DS_Algorithms.git/': The requested URL returned error: 403

i am getting this do you know why is it so

from ds_algorithms.

tulika-99 avatar tulika-99 commented on July 20, 2024

remote: Permission to tulika-99/DS_Algorithms.git denied to MilindGupta-Creator.
fatal: unable to access 'https://github.com/tulika-99/DS_Algorithms.git/': The requested URL returned error: 403

i am getting this do you know why is it so

I think u didn't fork the repo. Direct access to this repo is denied for u.

from ds_algorithms.

mk1107 avatar mk1107 commented on July 20, 2024

I can create Fibonacci Search program and optimized bubble sort program in cpp and python.
So please allow me to do same.

from ds_algorithms.

tulika-99 avatar tulika-99 commented on July 20, 2024

@SravanthiKaki already present .
@sarthak-1503 sure go fr it.

from ds_algorithms.

jvishad avatar jvishad commented on July 20, 2024

@tulika-99 I want to add matrix exponentiation,euler totient function,modulo exponentiation,fib sum(Number theory total sum in between two fibonacci numbers) inplementation in cpp.please assign it to me:)

from ds_algorithms.

adarsh115 avatar adarsh115 commented on July 20, 2024

@tulika-99 I know it's very late, but can I still do some contributions

from ds_algorithms.

Related Issues (10)

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.