Skip to content

Pull requests: kelvins/algorithms-and-data-structures

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Bump lycheeverse/lychee-action from 1.7.0 to 2.0.2 in /.github/workflows dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
#364 by dependabot bot was merged Dec 10, 2025 Loading… updated Dec 10, 2025
Exponentiation (recursive): Scala implementation
#361 by paulsasi was merged Oct 31, 2024 Loading… updated Oct 31, 2024
Exponentitaion (iterative): Scala implementation
#360 by paulsasi was merged Oct 29, 2024 Loading… updated Oct 29, 2024
translated travelling salesman problem to english
#359 by Davda-James was merged Oct 22, 2024 Loading… updated Oct 22, 2024
Refactor README: Add Algorithms, Reorganize Sections & Fix Documentation
#347 by OzPol was merged Oct 17, 2024 Loading… updated Oct 17, 2024
Add ConnectedComponents.cpp
#354 by Hardvan was merged Oct 11, 2024 Loading… updated Oct 11, 2024
Add GraphSearch.cpp
#353 by Hardvan was merged Oct 11, 2024 Loading… updated Oct 11, 2024
Add Floyd Warshall algorithm in C++
#348 by Hardvan was merged Oct 4, 2024 Loading… updated Oct 4, 2024
Translate Go algorithm comments from Portuguese to English
#346 by K11E3R was merged Jul 27, 2024 Loading… updated Jul 27, 2024
Added Binary Tree to C++
#345 by keithf40 was merged Jul 2, 2024 Loading… updated Jul 2, 2024
Translated Python algorithms and comments to English.
#343 by lcgabaldon was merged Mar 11, 2024 Loading… updated Jun 28, 2024
Adding Dijkstra's algorithm implementation in C++, using min-heap
#344 by OzPol was merged Jun 14, 2024 Loading… updated Jun 14, 2024
Add binary tree in Ruby
#323 by mfornaciari was merged Oct 29, 2023 Loading… updated May 4, 2024
added skip lists
#338 by MrWeast was merged Dec 5, 2023 Loading… updated Dec 5, 2023
update queue.py
#337 by MrWeast was merged Dec 3, 2023 Loading… updated Dec 3, 2023
Create radix_sort.py
#339 by MrWeast was merged Dec 3, 2023 Loading… updated Dec 3, 2023
create unordered list in python
#336 by MrWeast was merged Dec 1, 2023 Loading… updated Dec 1, 2023
Dijkstra's algorithm with Rust
#202 by BDadmehr0 was merged Nov 13, 2023 Loading… updated Nov 13, 2023
BinarySearchTree Refactor and Documentation Update (C++)
#335 by hmigl was merged Nov 12, 2023 Loading… updated Nov 12, 2023
✨ Add ruby BST
#334 by itsmegrave was merged Nov 11, 2023 Loading… updated Nov 11, 2023
Added Counting Sort Algorithm
#333 by vijaykrishna-11 was merged Nov 6, 2023 Loading… updated Nov 6, 2023
Add Subsets using Bit Manipulation
#325 by Hardvan was merged Nov 1, 2023 Loading… updated Nov 1, 2023
Add Floyd Warshall algorithm in Java
#326 by Hardvan was merged Oct 31, 2023 Loading… updated Oct 31, 2023
Add Rotten Oranges Graph Problem using BFS
#324 by Hardvan was merged Oct 30, 2023 Loading… updated Oct 30, 2023
Create traveling_salesman.py
#278 by AaryaNale was merged Oct 30, 2023 Loading… updated Oct 30, 2023
ProTip! Filter pull requests by the default branch with base:main.