GithubHelp home page GithubHelp logo

pranjay-poddar / data-structures-and-algorithms Goto Github PK

View Code? Open in Web Editor NEW
48.0 2.0 109.0 2.68 MB

Important data structure and algorithms codes and concept's open-source repository.

Home Page: https://bit.ly/30DLzuJ

License: MIT License

C 18.62% Python 11.37% C++ 51.94% Java 12.75% Jupyter Notebook 1.06% HTML 3.23% CSS 1.03%
algorithms hackerearth interview-preparation algorithms-codes ds datastructures hacktoberfest hacktoberfest2021 hacktoberfest-accepted

data-structures-and-algorithms's Introduction

Data-Structures-And-Algorithms

Important data structure and algorithms codes and concepts repository.

For More Information log on to Click Here



forthebadge forthebadge
GitHub repo size PRs Welcome Open Source Love svg2

Project Stats 🌟 Stars 🍴 Forks 🐛 Issues 🔔 Open PRs 🔕 Close PRs
Project Stars Forks Issues Open Pull Requests Close Pull Requests

How to contribute:

  • Drop a ⭐ on the Github repository (optional)

  • Fork the repo to your Github.

  • Clone the Repo by going to your local Git Client and pushing this command:
    git clone https://github.com/pranjay-poddar/Data-Structures-And-Algorithms.git

  • Clone the Repo to a particular folder on your system by going to your local Git Client and pushing this command:
    git clone https://github.com/pranjay-poddar/Data-Structures-And-Algorithms.git <folder-name>

  • Add your code and your Github Handle to CONTRIBUTERS.md.

  • Update Readme with a tick infront of a question added in particular language column.

  • Commit and push your code to the remote repo on your Github.
    git checkout -b <branch name>
    git add .
    git commit -m "your message"
    git remote add origin <HTTP code the forked repo>
    git push origin <your branch name>

  • Make a pull request!

    Competitive Programming

📌 📚 Solution of competitive programming problems and challenges, Project Euler Solutions, Data Structures, Data Structure implementations, Algorithms and Interview Questions.

Index



Contributors


< /> with ♥ By Pranjay Poddar ©

MIT License


Connect Project Admin

                   

data-structures-and-algorithms's People

Contributors

addy0110 avatar akshat293 avatar antara25-10 avatar ayushanand09 avatar bhavesh1235 avatar boozec avatar cintamg avatar codewithrohan avatar darkdraiden14 avatar dhruv-bhatia246 avatar esheetaparulekar avatar jytaloramon avatar koffy1 avatar kpratyush12345 avatar m4d-skillz-777 avatar madjokkerr avatar nupurgit2000 avatar paliwalharsh avatar pranjay-poddar avatar riya1916 avatar rmn5124 avatar shouhardik avatar shreyanshp25 avatar simons183 avatar sudhir512kj avatar sumitrajpal29 avatar umak1106 avatar vedic-kalra avatar yashgosaliya avatar yashms25 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

Watchers

 avatar  avatar

data-structures-and-algorithms's Issues

Tower of Hanoi

The tower of Hanoi is a famous puzzle where we have three rods and N disks. The objective of the puzzle is to move the entire stack to another rod. You are given the number of discs N. Initially, these discs are in the rod 1. You need to print all the steps of discs movement so that all the discs reach the 3rd rod. Also, you need to find the total moves.
Note: The discs are arranged such that the top disc is numbered 1 and the bottom-most disc is numbered N. Also, all the discs have different sizes and a bigger disc cannot be put on the top of a smaller disc.

Example 1:

Input:
N = 2
Output:
move disk 1 from rod 1 to rod 2
move disk 2 from rod 1 to rod 3
move disk 1 from rod 2 to rod 3

Explanation: For N=2 , steps will be
as follows in the example and total
3 steps will be taken.

162. Find Peak Element

I would like to add solution for the above Leetcode problem!
Can you please assign me this task?

Modifying some files for better efficiency.

In this repo there are many files that need to be modifed for better efficiency, may be there is some need of user input, code reusability or some test inputs where some outputs fails. So, all you are welcome.

Update Ticks In Readme

Describe the bug
Ticks/checks in front in a particular language are not updated in remade.md for many questions/problems.

Single Web Page For Repository

A single responsive web page in HTML, CSS, and JS with hacktoberfest poster, project admin details and contact links, repository details (issues, comits, contributors count, live closed PR counts) and hacktoberfest links.

N-Queens Problem

The n-queens puzzle is the problem of placing n queens on an n x n chessboard such that no two queens attack each other.

@pranjay-poddar Can I work on this and add the solution in Leetcode Solutions folder?

Update Contributors.md

Crosscheck all the contributor's list and update the missing username in contributors.md file.

Merge K sorted Linked List

23. Merge k Sorted Lists

You are given an array of k linked-lists lists, each linked-list is sorted in ascending order.
Merge all the linked-lists into one sorted linked-list and return it.

Please assign @pranjay-poddar

Solution for Cube!

I want to add solution for a Codeforces 1500 rated problem. Please allow me to do so and assign.
CF1

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.