Giter VIP home page Giter VIP logo

dsa-cpp's People

Contributors

abhijeetaman007 avatar akshay1810 avatar arpita1401 avatar aryan052 avatar ashishjangir02082001 avatar dibyansika avatar garvitsinghal47 avatar hackerrcracker avatar hardikgandhi03 avatar hariketsheth avatar i-m-ishika avatar kusumpriya19 avatar manav71 avatar mayankdhnkr avatar o-alpha avatar pranshukas avatar priyesh-raj-singh avatar purneswarprasad avatar raghavguptaa avatar ravikr126 avatar ritikaxx avatar saksh-05 avatar sayansree avatar shivance avatar shubhamkshatriya25 avatar simran-sahni avatar sushreesatarupa avatar swayam221 avatar vibhurajput avatar willtryagain 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dsa-cpp's Issues

Linked list

I would like to contribute a code to reverse a linked list. Please assign this to me!

[Technical Writing]: Searching and Sorting

Description

  • Added Folders for Searching and Sorting
  • Would like to add technical Writings for the following topics:
    • Searching /
      1. Binary Search
    • Sorting /
      1. Selection Sort
      2. Merge Sort

Domain

Searching

Type of Contribution

Documentation

Code of Conduct

  • I follow Contributing Guidelines & Code of conduct.

Code for Inverting a Binary Search Tree

I would like to add a code for inverting a Binary Search Tree under the corresponding directory.

Please assign this issue to me under the 'hacktoberfest2021' tag.

[Create New Issue]: Time taken to burn a tree

Description

Description I want to add the code for time taken to burn a tree in C++.

Domain

Tree

Type of Contribution

Code

Code of Conduct

  • I follow Contributing Guidelines & Code of conduct.

Heap sort algorithm

I want to contribute Heap sort algorithm in C++.

Please, assign this issue to me under Hacktoberfest'21.

Kth element of two sorted array.

We will be given two sorted array and we have to find the element that is in the kth position of the final sorted array. I can work on this problem and make a PR.

Different Ways to Add Parenthesis

I propose to add the solution of "Different Ways to add parenthesis to an expression" problem using dynamic programming.
Please assign me this issue

PR : #175

Lame Issue

In readme file , in the poster , the spelling of syansree bhaiya is wrong , just got to see , sorry for the lame issue ๐Ÿ˜…

Solution to Edit Distance Problem Dynamic Programming

I would like to add the Solution to the Edit Distance problem in C++ in the Dynamic Programming folder for Hacktoberfest 2021. Kindly assign me this issue to work upon.
Kindly add the HacktoberFest Label !
I am new to open source and keen to learn.

Solution to wave sort problem

I would like to add the code to wave sort problem in C++ in sorting folder for Hacktoberfest 2021. Kindly accept my pull request.

Add programs in the Greedy algorithm

I would like to add some good programs for greedy and DP.
Requesting to be assigned to this issue under the 'hacktoberfest2021' label. Thanks.

Right view of a tree

Description

I want to add the code for right view of a tree in C++.

Domain

Tree

Type of Contribution

Code

Code of Conduct

  • I follow Contributing Guidelines & Code of conduct.

Solution to Floyd's cycle problem

I would like to add the code to Floyd's cycle problem in C++ in the linkedlist folder for Hacktoberfest 2021. Kindly accept my pull request.

Solution to Triplet Sum in Array (Hashing Problem 4)

Description:

I would like to work on Problem 4 mentioned in Hashing Directory. Triplet Sum in Array
Requesting to be assigned to this issue under the 'hacktoberfest2021' label. Thanks.


Please Assign me this issue. I am new to open source and would like to work on this issue. I have good knowledge and experience in DSA (C++).

SortedArrayToBST

I propose to add the solution of making a bst from the given sorted array.
Please assign me the issue .

PR : #180

[Algorithms]: Divide and Conquer

Description

Description

  • Added Folder for Divide and Conquer
  • Added Code for Closest Pair of Points
  • Additional Contributions:
    • Improved Code for Chaining (Hashing)

Domain

Hashing

Type of Contribution

Code

Code of Conduct

  • I follow Contributing Guidelines & Code of conduct.

Solution to Key Pair (Hashing Problem 1)

Description:

I would like to work on Problem 1 mentioned in Hashing Directory. Key Pair


Requesting to be assigned to this issue under the 'hacktoberfest2021' label. Thanks.

Please Assign me this issue. I am new to open source and would like to work on this issue. I have good knowledge and experience in DSA (C++).

KthSmallestElementInBST

I propose to add solution to find kth smallest element in a binary search tree
Please assign me this issue.

PR : #183

Reach a given score

It is a dynamic programming problem in which there is a game where a player can score 3 or 5 or 10 points in a move. Given a total score n, find the number of distinct combinations to reach the given score. I want to code it in CPP. Please assign it to me.

feat: add merge sort entire code in cpp

Description

Hey, I want to add the Merge Sort code in cpp since it is not there.
Please assign hacktoberfest label.

Domain

Sorting

Type of Contribution

Code

Code of Conduct

  • I follow Contributing Guidelines & Code of conduct.

Solution to binary combination problem

I would like to add the code to special binary combination Interview problem in C++ in the recursion folder for Hacktoberfest 2021. Kindly accept my pull request.

Vertical order traversal of tree

Description

I want to add the code for vertical order traversal of tree. Please assign the issue to me.

Domain

Tree

Type of Contribution

Code

Code of Conduct

  • I follow Contributing Guidelines & Code of conduct.

Time taken to burn a tree

Description

I want to add the algorithm for time taken to burn a tree completely from any of its nodes in C++.

Domain

Tree

Type of Contribution

Code

Code of Conduct

  • I follow Contributing Guidelines & Code of conduct.

Towers of Hanoi Program

Description

Towers of Hanoi problem in recursion method.

Domain

Recursion

Type of Contribution

Code

Code of Conduct

  • I follow Contributing Guidelines & Code of conduct.

Sort a Stack using recursion

Description

Sort a stack using recursive approach

Domain

Recursion

Type of Contribution

Code

Code of Conduct

  • I follow Contributing Guidelines & Code of conduct.

Adding merge Sort Solution

I would like to work on a Problem statement Merge sort

Requesting to be assigned to this issue under the 'hacktoberfest2021' label.

Please assign me this issue.

Rotate Image

Given a 2d matrix representing a image, rotate it by 90 degree. I want to work on this question and make a PR.

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.