Git Product home page Git Product logo

data-structures-'s People

Contributors

akshat2806 avatar ana-pat avatar anuva04 avatar archiita avatar averma251 avatar bhanupsingh007 avatar bhanupsingh10 avatar chitrasingla avatar codenitros avatar darkcoder-paditya avatar darkmoron avatar divyanshnigam avatar koredhanraj431 avatar krishna14kant avatar kunaljainwin avatar mahalrupi avatar mdevare80 avatar mihikagaonkar avatar mukul-yadavv avatar nandiniagrawal15 avatar prachikhatri22 avatar praneethachebolu avatar pseudo-hacker avatar ritikaraws avatar rohanlahori avatar sayantann11 avatar shouhardik avatar sultanarif-p avatar vinamra2009 avatar vramanrs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

data-structures-'s Issues

longestIncreasingSubsequenceFunction

I have created a pull request with adding a function using dynamic programming, which is used to find longest increasing subsequence in an array

Error on trying to clone the repo on windows.

The file in Leetcode/Single Number || .cpp is an invalid file name in windows and hence throws an error on trying to clone the repo on windows. A simple fix would be to rename it to something else

Max Dot Product

@krishna14kant Can you assign me this with hacktoberfest accepted label so that I can make a PR?

I have already made a PR can you please accept that?

Bellman Ford's Algorithm using JAVA

The bellman-Ford algorithm helps us find the shortest path from a vertex to all other vertices of a weighted graph.
It is similar to Dijkstra's algorithm but it can work with graphs in which edges can have negative weights.

lenght_linkedlist_recurssive

hii there ,
am going to create a PR for the directory krishna14kant /Data-Structures- / c++
the code is usually for the singly linked list . which is used to calculate the length of the linked list recurrsively.
The code is efficient , with lot's of information ..

hope u will assign this issue to me .

thnk u

algorithms in golang

i want to add searching and sorting algorithms in go language , please assign this project to me

update readme.md

I want to Upadate readme file by explaining about datastructures which you mentioned in your repository

Adding the Bitonic array problem in the Repository.

Bitonic array is also a very good problem which will help people understand more about array and the various ways / patterns to iterate through the array.
BITONIC ARRAY / SEQUENCE:
A Bitonic array / sequence is set of numbers that are first strictly increasing then after a point decreasing.
arr[] = {-3, 9, 18, 20, 17, 5, 1}
Here ( in arr[] ) before a specific no i.e.. 20 (also called as Bitonic point ) the numbers are increasing till 20 but after the bitonic point the numbers keep decreasing.

What are you trying to accomplish here...?

Since this is actually just a blank file, please let me know what your actual goal is. Is it to impart information? If so, what information? What language should we be focusing on? You've given me a task, yes, but I don't know what you want to do for this project, this year or the last one.

digit_sum

hii there ,

i want to add digit_sum code file in the directory Data-Structures-/C++/

the code is readble and efficient ..
plss allow me to do this ...

SEGMENT TREE (Min, Max and Sum)

I would like to add the complete implementation of segment tree in java.

A segment tree is a fundamental data structure for efficient range queries and updates in an array. Its key features include a hierarchical structure where each node represents a specific range of elements in the array, enabling logarithmic-time queries for a wide range of operations such as finding sums, minimums, or maximums within a given range.

A C++ program to form the largest number from array

this program take input from user in form of array and then return a value such the number formed is the largest.

Example- arr[5] = {10, 50, 28,92,90}

            output -:  9290502810

It can check every single digit so that even there are duplicates.

Please review it.

Data Structures and Algorithms in Swift

I noticed there are no DSA in Swift. I want to add DSA in Swift.
I want to start with Linear Search. Then Binary Search, Recursive Binary Search and so on.

Graph coloring problem (Python)

Implement a solution for a Constraint Satisfaction Problem using Branch and Bound and Backtracking for Graph coloring problem.

Kruskal's Algortihm

Implement Kruskal's algorithm in Python taking in a graph in the form of an adjacency list and return a minimum spanning tree constructed by implementing Kruskal's

Addition of New Directory - Patterns in CPP

I would like to add some useful and beginner friendly programs of patterns printing in CPP.

Since patterns printing plays an essential role in learning about control structures for beginners, hence I thought that this repository should have another sub-directory of Patterns which will contain the patterns such as; Pyramid Pattern, Hollow Pattern, Numbered Pattern etc. in CPP.

Hence, kindly assign the task! :)

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.