Code Monkey home page Code Monkey logo

must-know-algorithms-for-competitive-coding's People

Contributors

ace117mc avatar ankit-kmar avatar apurva1104 avatar gitanshkapoor avatar gulshanlaskar08 avatar justinbax avatar mauryahimanshu avatar neena-xavier avatar prashuk156 avatar titichhm avatar

Stargazers

 avatar  avatar

Watchers

 avatar

must-know-algorithms-for-competitive-coding's Issues

Topological Sort

Aim: Given a Directed Acyclic Graph (DAG), find Topological Sort of the graph.
Difficulty: Easy

Dijkstra Algorithm

Aim : Find the shortest path between a given vertex and all other vertices in a graph
Difficulty : Medium

Suggestions

Submit only Code only in C++.

New suggestions are gladly welcomed. ๐Ÿ‘

If a folder does exist, do create one for each category.(Ex. Number Theory, Graph Theory(Easy, Medium, Hard), Trees, Recursion, etc).

Also, do not forget to star the repo. โญ

Not counting in Hacktoberfest

PR is not counted in Hacktoberfest
It is maybe due to capital H in Hacktoberfest
Maybe changing it to hacktoberfest will help

Floyd Warshall Algorithm

Aim : Given a graph, find the shortest distance between every two vertices
Difficulty : Medium

Primality Test using Sieve of Eratosthenes

Aim : Implementation of Sieve of Eratosthenes
Difficulty : Medium
Addition Remark : Input a non-negative integer less than 10^6 and check whether the given integer is prime or not.

Good Luck.

Prim's Algorithm

Aim : To find the Minimum Spanning Tree of a graph using prim's algorithm
Difficulty : Medium

Minimum Spanning Tree: Given a connected and undirected graph, a spanning tree of that graph is a subgraph that is a tree and connects all the vertices together. A single graph can have many different spanning trees. A minimum spanning tree (MST) or minimum weight spanning tree for a weighted, connected and undirected graph is a spanning tree with weight less than or equal to the weight of every other spanning tree. The weight of a spanning tree is the sum of weights given to each edge of the spanning tree.

Prime Factorization

Aim : Create a function that returns a vector of all the prime factors of a postive Integer.
Difficulty : Easy
Addition Remark :

Good Luck.

Welcome to Hacktoberfest by Digital Ocean

To contribute read the README.md file.
Also check out the guide mentioned in README.md file.
Also in short :

  • If you want to contribute create a new issue if it does not exist.
    Note: Duplicate issues will be rejected so please search before creating an issue.

Only the pull request with an Issue number will be considered.

Template :

  • For Issue-
    Aim :
    Difficulty Level :
    Additional Remarks :

  • For Pull request-
    Issue No. (typing number attached with hash) : #
    Addtional Remarks :


Good Luck.

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.