-
Updated
Nov 15, 2021 - Jupyter Notebook
first-pull-request-and-commit
Here are 33 public repositories matching this topic...
-
Updated
Nov 19, 2021 - JavaScript
-
Updated
Oct 31, 2021 - SCSS
Task-1 Completion
-
Updated
Oct 27, 2021 - Jupyter Notebook
Similar issue: #214
Relevant file: https://github.com/lugnitdgp/Hack-Day/blob/d5804721a09104511be60e50992111b1054ec12d/assets/js/repoAdd.js
-
Updated
Oct 23, 2021 - C++
-
Updated
Nov 8, 2021 - JavaScript
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Oct 31, 2021 - C++
-
Updated
Oct 28, 2021 - Jupyter Notebook
-
Updated
Oct 31, 2021 - C++
More articles
More articles to https://github.com/endormi/awesome-dj#articles
More packages
-
Updated
Dec 14, 2021 - Jupyter Notebook
-
Updated
Oct 3, 2021 - Java
-
Updated
Oct 31, 2021 - C++
-
Updated
Oct 29, 2021 - HTML
-
Updated
Oct 26, 2020 - CSS
-
Updated
Nov 1, 2019 - Java
-
Updated
Oct 6, 2021 - JavaScript
Algorithm Ideas
Ideas:
- Sorting Algorithms
- Searching Algorithms
- DP
- Graph Algorithms
Please read the steps in README.md carefully before submitting pull request.
-
Updated
Nov 7, 2021 - JavaScript
We have few buttons in the web-page which are already implemented, we need a new button next to flicker, button named "Diwali"
This features is to celebrate Diwali, festival of lights.
- Add Button Next to Diwali,
- Implement in a different JS file
- Add color full background with 0.5 opacity to all the tile and change the background in few different pattern.
- blinking
-
Updated
Feb 10, 2019 - C
-
Updated
Nov 15, 2021 - Java
Create pull request by solving challenging problems given in the README.md as per the instructions.
Go through README.md before making a pull request.
-
Updated
Nov 1, 2021
-
Updated
Oct 29, 2019 - C
Improve this page
Add a description, image, and links to the first-pull-request-and-commit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the first-pull-request-and-commit topic, visit your repo's landing page and select "manage topics."


Implementation of Graph Algorithms:
Needs to be merged in java/graph_algorithms
A* (A star)
Dijkstra’s shortest path algorithm
Dijkstra’s Algorithm for Adjacency List Representation
Kruskal’s Minimum Spanning Tree Algorithm
Bellman-Ford Algorithm
Floyd Warshall Algorithm
Kahns Algorithm
Peterson Graph Problem
Steine