Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/TheAlgorithms/C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://github.com/TheAlgorithms/C-Plus-Plus

updated implementation with vectors and added test

codingspace1 opened this pull request over 1 year ago
Linear regression algorithms with gradient descent as optimizer

codingspace1 opened this pull request over 1 year ago
[feat/docs/fix]: improve the Dijkstra algorithm

Panquesito7 opened this pull request over 1 year ago
Fix wrong contributing link (#2502)

hexavik opened this pull request over 1 year ago
[feat/docs]: improve Fenwick Tree algorithm

Panquesito7 opened this pull request over 1 year ago
feat: update cmake to use a newer version

rbevin777 opened this pull request over 1 year ago
Greetings Panel! I have added code-for valid subarrays whose product<k (given).

hecker1002 opened this pull request over 1 year ago
corrected link in prtemplate.md

anuragdaksh7 opened this pull request over 1 year ago
[BUG] Wrong contributing link

Panquesito7 opened this issue over 1 year ago
feat: run `clang-tidy` changes on a PR

Panquesito7 opened this pull request over 1 year ago
chore: add the linter to a separate Python script

Panquesito7 opened this pull request over 1 year ago
fix: fit `approximate_pi.cpp` to guidelines

ewd00010 opened this pull request over 1 year ago
Creating a directory for categorywise cpp code questions.[FEATURE]

swarajmhatre opened this issue over 1 year ago
[FEATURE] Create a pull request for the Clang Tidy

Panquesito7 opened this issue over 1 year ago
feat: added special numbers digit dp soln

riddle07 opened this pull request over 1 year ago
Typo Fix

mmvergara opened this pull request over 1 year ago
Revert "feat: update CMake version"

Panquesito7 opened this pull request over 1 year ago
docs: fit `factorial.cpp` to contribution guidelines

realstealthninja opened this pull request over 1 year ago
feat : update cmake version

heysujal opened this pull request over 1 year ago
feat: use directory workflow from the `scripts` repository

Panquesito7 opened this pull request over 1 year ago
Next higher number with same set bits implemented

Kunal766 opened this pull request over 1 year ago
docs: update workflow versions in `README.md`

Panquesito7 opened this pull request over 1 year ago
docs: add documentation in `kruskals_minimum_spanning_tree.cpp`

Panquesito7 opened this pull request over 1 year ago
feat: add `physics` to CMake lists

Panquesito7 opened this pull request over 1 year ago
feat: improve the Armstrong Number algorithm

Panquesito7 opened this pull request over 1 year ago
[FEATURE] Update CMake to a newer version

Panquesito7 opened this issue over 1 year ago
feat: upgrade FreeGlut to v3.4.0

Panquesito7 opened this pull request over 1 year ago
chore: add `cpu_scheduling_algorithms` to CMake

Panquesito7 opened this pull request over 1 year ago
feat: add Kelvin to Celsius conversion algorithm

Panquesito7 opened this pull request over 1 year ago
chore: add codeowners

Panquesito7 opened this pull request over 1 year ago
Corrected longest_common_string.cpp

Kunal766 opened this pull request over 1 year ago
Feat: Added Shoelace algorithm

Renjian-buchai opened this pull request over 1 year ago
feat: add memory game and a games folder

Panquesito7 opened this pull request over 1 year ago
feat: Add SHA-256 hashing algorithm

mdanisulh opened this pull request over 1 year ago
fix: make interface of `NCRModuloP` fail-safe

vil02 opened this pull request over 1 year ago
fix: cover the cases `n == 0` and `m < n` in `N_bonacci`

vil02 opened this pull request over 1 year ago
docs: improve `longest_palindromic_subsequence.cpp`

Panquesito7 opened this pull request over 1 year ago
fix:fit `check_factorial.cpp` to guidelines

ewd00010 opened this pull request over 1 year ago
[fix/docs]: fit `check_amicable_pair.cpp` to guidelines

ewd00010 opened this pull request over 1 year ago
fix:Fit `Binominal calculate.cpp` to guidelines

ewd00010 opened this pull request over 1 year ago
fix:fit `binary-exponent.cpp` to guidelines

ewd00010 opened this pull request over 1 year ago
fix: cleanup `longest_common_string.cpp`

vil02 opened this pull request over 1 year ago
fix: segv in `longest_palindromic_subsequence.cpp`

vil02 opened this pull request over 1 year ago
fix:fit check_prime.cpp to guidelines

ewd00010 opened this pull request over 1 year ago
fix: remove memory leak in `counting_sort.cpp`

HyeonMo31 opened this pull request almost 2 years ago
feat: Treap Data Structure

fgmn opened this pull request almost 2 years ago
fix: fit `armstrong_number.cpp` to guidelines

realstealthninja opened this pull request almost 2 years ago
[FIX] Pre-existing algorithms do not fit the contribution guidelines

realstealthninja opened this issue almost 2 years ago
feat: label PR on CI fail

Panquesito7 opened this pull request almost 2 years ago
Feat: added iterativeFactorial

Renjian-buchai opened this pull request almost 2 years ago
docs: add self-test examples

Panquesito7 opened this pull request almost 2 years ago
Quadratic equations complex numbers

Renjian-buchai opened this pull request almost 2 years ago
feat: added LeetCode problem 1,2

nageshnnazare opened this pull request almost 2 years ago
chore: update the CodeQL workflow

Panquesito7 opened this pull request almost 2 years ago
feat: add most significant bit algorithm

C-0-S-M-1-N opened this pull request almost 2 years ago
fix: fit euler's totient to the contribution guidelines.

realstealthninja opened this pull request almost 2 years ago
[FEATURE] 3D vector rotation via Rodrigues' formula

AlexAbrudan opened this issue almost 2 years ago
feat: add well-formed parentheses generator

WoWS17 opened this pull request almost 2 years ago
feat: Segment Tree Data Structure

nishantc1527 opened this pull request almost 2 years ago
[FEATURE] Add Box Stacking problem in Dynamic Programming

PrathamRa0 opened this issue almost 2 years ago
feat: add Sieve of Eratosthenes (originally by @thechubbypanda)

Panquesito7 opened this pull request almost 2 years ago
feat: add boyer moore algorithm implementation

stoychoX opened this pull request almost 2 years ago
feat: add Stooge sort algorithm

mindaugl opened this pull request almost 2 years ago
fix: remove memory leak in `reverse_a_linked_list.cpp`

vil02 opened this pull request almost 2 years ago
Newton's law of universal gravitation

ayaanlehashi11 opened this pull request almost 2 years ago
Detect Cycle in Undirected Graph

Sathvik902 opened this pull request almost 2 years ago
adding tarjans articulation point algorithm

NisargPipaliya opened this pull request about 2 years ago
[OTHER] Add test, documentation according to the contribution format.

tapasrnk opened this issue about 2 years ago
cycle detection with node colouring + path printing

spirosmaggioros opened this pull request about 2 years ago
[DOCS] Add more information on implementing self-tests

Panquesito7 opened this issue about 2 years ago
[BUG] CI Worklfow not being able to push changes

Panquesito7 opened this issue about 2 years ago
feat: Refactoring bubble_sort with Guildlines Code Structure

sonwon opened this pull request about 2 years ago
Adding algorithm for Tower of Hanoi Problem

MOUSAM-AGARWAL opened this issue over 2 years ago
added log code for counting digits

futoid opened this pull request over 2 years ago
feat: added indexed priority queues

ron0studios opened this pull request over 2 years ago
Adding tree sort to the sorting folder

PuneetTri opened this pull request over 2 years ago
feat: add number_of_islands_dfs algo

gaurav-iitb opened this pull request over 2 years ago
2d sorted martrix search

aryanu027 opened this pull request over 2 years ago
2D sorted matrix search [enhancement]

aryanu027 opened this issue over 2 years ago
[FEATURE] Distinct Number OF Islands Using DFS Algorithm

gaurav-iitb opened this issue over 2 years ago
[FEATURE] Add some questions related to bit manipulation

literalEval opened this issue over 2 years ago
added number_of_islands_dfs algo

harshagrawal523 opened this pull request over 2 years ago
[FEATURE] Number of Islands using DFS algorithm

harshagrawal523 opened this issue over 2 years ago
feat :Added SRTF CPU scheduling algorithm

jayesh212 opened this pull request over 2 years ago
Add Euler Tour code in graph section[FEATURE]

KritikaShrinivasan opened this issue over 2 years ago
add updated linked list

NasreenParween opened this pull request over 2 years ago
add linked list bubble sort

anxkhn opened this pull request over 2 years ago
updated version of stack linked list

anxkhn opened this pull request over 2 years ago
Create Wildcard_matching.cpp

rahulastrorock opened this pull request over 2 years ago
Add website folder[FEATURE]

akshat-jn-crypto opened this issue over 2 years ago
Added inorder.cpp file for inorder tree traversal

Chaitanya134 opened this pull request over 2 years ago
[FEATURE] Missing Round Robin CPU Scheduling Algorithm

jayesh212 opened this issue over 2 years ago
Gift Fixing

Rajat-Jain29 opened this pull request over 2 years ago
In-Order-Traversal

Rahul-Rasve opened this pull request over 2 years ago
Update edit_distance.cpp to take input from user

yash-shimpi opened this pull request over 2 years ago
[inorder tree traversal]

shivani1706 opened this issue over 2 years ago
Anubhav ghosh1 patch 4

Anubhav-Ghosh1 opened this pull request over 2 years ago