Giter Site home page Giter Site 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 Issues

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.

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?

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

162. Find Peak Element

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

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.

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.

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.

Update Contributors.md

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

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.