Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / TheAlgorithms/C-Sharp issues and pull requests
#401 - (Fix IDE0180) Favor modern tuple swap over temporary variables.
Pull Request -
State: closed - Opened by Captain-Quack over 1 year ago
#400 - C# implementation of binary search does not run.
Issue -
State: closed - Opened by Rademenes16 over 1 year ago
- 3 comments
Labels: bug
#399 - FactorialTest
Pull Request -
State: closed - Opened by 7IronSnow7 over 1 year ago
- 1 comment
#398 - Contribution Request: Organizing And Adding Dynamic Programming Problems
Issue -
State: closed - Opened by craftycoder07 over 1 year ago
- 4 comments
Labels: enhancement
#397 - BitArray could be using way less memory
Issue -
State: closed - Opened by Bamboy over 1 year ago
- 4 comments
Labels: enhancement, Stale
#396 - AStar refactoring
Pull Request -
State: closed - Opened by R0bari over 1 year ago
- 3 comments
Labels: Stale
#395 - Add interpolation search
Pull Request -
State: closed - Opened by BSzmolke over 1 year ago
- 1 comment
#394 - Add Runge-Kutta method
Pull Request -
State: closed - Opened by BSzmolke over 1 year ago
- 1 comment
#393 - Issue380 factorial with big integer
Pull Request -
State: closed - Opened by craftycoder07 almost 2 years ago
- 1 comment
#392 - Resolving (parts of the) issue #381
Pull Request -
State: closed - Opened by MatthiasHeinz almost 2 years ago
- 2 comments
#391 - Add something cool
Issue -
State: closed - Opened by Mertmeral almost 2 years ago
- 1 comment
Labels: enhancement, invalid
#390 - Generic implementation of factorial function
Pull Request -
State: closed - Opened by bladeassault45 almost 2 years ago
- 5 comments
#389 - Bump System.Drawing.Common from 5.0.2 to 5.0.3 in /Algorithms
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#388 - Move CI from Travis to GitHub Actions
Pull Request -
State: closed - Opened by siriak almost 2 years ago
- 1 comment
#387 - Factorial for Big Numbers
Pull Request -
State: closed - Opened by bladeassault45 almost 2 years ago
- 1 comment
#386 - Dijkstra algorithm not implemented correctly.
Issue -
State: closed - Opened by xyzjorgeabc almost 2 years ago
- 2 comments
Labels: bug, Stale
#385 - Solving Factorial Sequence problem
Pull Request -
State: closed - Opened by dontloseyourheadsu almost 2 years ago
#384 - Factorial, Binomial Coefficient, Maclaurin, and tests, Permutation Tests
Pull Request -
State: closed - Opened by deljohnson1 almost 2 years ago
- 2 comments
Labels: Stale
#383 - FactorialSequence.cs
Issue -
State: closed - Opened by deljohnson1 about 2 years ago
- 2 comments
Labels: Stale
#382 - Recommend adding a CountOfDivisors function to Algorithms.Numeric
Issue -
State: closed - Opened by deljohnson1 about 2 years ago
- 4 comments
Labels: help wanted, Stale
#381 - BinomialCoefficient.cs
Issue -
State: closed - Opened by deljohnson1 about 2 years ago
- 2 comments
Labels: help wanted
#380 - Factorial.cs
Issue -
State: closed - Opened by deljohnson1 about 2 years ago
- 6 comments
Labels: bug, help wanted, Stale
#379 - .
Issue -
State: closed - Opened by Garnik200701 about 2 years ago
#378 - .
Issue -
State: closed - Opened by Garnik200701 about 2 years ago
#377 - Sieve of Eratosthenes.
Pull Request -
State: closed - Opened by deljohnson1 about 2 years ago
- 1 comment
#376 - Update SieveOfEratosthenesTests.cs
Pull Request -
State: closed - Opened by deljohnson1 about 2 years ago
- 2 comments
#375 - Update SieveOfEratosthenes.cs
Pull Request -
State: closed - Opened by deljohnson1 about 2 years ago
- 2 comments
#374 - SieveOfEratosthenes.cs isn't the Sieve of Eratosthenes
Issue -
State: closed - Opened by deljohnson1 about 2 years ago
- 3 comments
Labels: bug
#373 - remove unnecessary array loop
Pull Request -
State: closed - Opened by JoaoVictor6 about 2 years ago
- 4 comments
#372 - Improve Stack array based algorithms
Issue -
State: closed - Opened by JoaoVictor6 about 2 years ago
- 3 comments
Labels: enhancement, Stale
#371 - Astar overrides cost of tiles next to the starting point
Issue -
State: closed - Opened by eeetem about 2 years ago
- 4 comments
Labels: bug, help wanted, Stale
#370 - Create B tree
Pull Request -
State: closed - Opened by nastiademen about 2 years ago
- 3 comments
Labels: Stale
#369 - Create Bellman-Ford Algorithm
Pull Request -
State: closed - Opened by singhkhushi3026 about 2 years ago
- 3 comments
Labels: Stale
#368 - There is an issue in DirectedWeightedGraph.RemoveVertex
Issue -
State: closed - Opened by AKozak11 over 2 years ago
- 3 comments
Labels: bug, Stale
#367 - Test LGTM
Pull Request -
State: closed - Opened by siriak over 2 years ago
- 1 comment
#366 - Fix reverse link when adding node to DoublyLinkedList.
Pull Request -
State: closed - Opened by AngLv over 2 years ago
- 1 comment
#365 - Added Pollards Rho algorithm
Pull Request -
State: closed - Opened by damiansikora85 over 2 years ago
- 1 comment
#364 - Added Breadth First Tree Traversal
Pull Request -
State: closed - Opened by Dalfonso06 over 2 years ago
- 1 comment
#363 - Add Meeus' Julian Easter algorithm
Pull Request -
State: closed - Opened by kamikkels over 2 years ago
- 1 comment
#362 - New OEIS sequences: A000124, A000125, A000213, A000288
Pull Request -
State: closed - Opened by Octoate over 2 years ago
- 1 comment
#361 - Adds Gregorian Easter algorithm
Pull Request -
State: closed - Opened by OCTIPI1 over 2 years ago
- 3 comments
Labels: Stale
#360 - Added z-block substring search algorithm
Pull Request -
State: closed - Opened by damiansikora85 over 2 years ago
- 1 comment
#359 - [FEATURE] Add Algorithm for counting set bits in an integer
Issue -
State: closed - Opened by Rytnix over 2 years ago
- 4 comments
Labels: enhancement, Stale
#358 - Welford's variance
Pull Request -
State: closed - Opened by damiansikora85 over 2 years ago
- 1 comment
#357 - Add Implementation for Newton's Square Root calculation
Pull Request -
State: closed - Opened by Kalkwst over 2 years ago
- 1 comment
#356 - Add implementation for Josephus Problem solver
Pull Request -
State: closed - Opened by Kalkwst over 2 years ago
- 2 comments
#355 - Sequences/a000292
Pull Request -
State: closed - Opened by RichardVasquez over 2 years ago
- 1 comment
#354 - Sequence/a002717
Pull Request -
State: closed - Opened by RichardVasquez over 2 years ago
- 1 comment
#353 - InterpolationSearch Algorithm Implementation.
Pull Request -
State: closed - Opened by PtrStruct over 2 years ago
- 1 comment
#352 - All threes sequence
Pull Request -
State: closed - Opened by VincentDawn over 2 years ago
- 1 comment
#351 - All twos sequence added
Pull Request -
State: closed - Opened by VincentDawn over 2 years ago
- 1 comment
#350 - Feature/sequence a000012
Pull Request -
State: closed - Opened by VincentDawn over 2 years ago
- 2 comments
#349 - Add Jaro-Winkler distance
Pull Request -
State: closed - Opened by Valdas3 over 2 years ago
- 1 comment
#348 - Avl tree improvements
Pull Request -
State: closed - Opened by JJS over 2 years ago
- 1 comment
#347 - Added BoyerMoore.cs
Pull Request -
State: closed - Opened by Wrrikk over 2 years ago
- 1 comment
#346 - Hacktoberfest - 2022
Pull Request -
State: closed - Opened by Wrrikk over 2 years ago
- 1 comment
#345 - Add Jaro Similarity
Pull Request -
State: closed - Opened by Valdas3 over 2 years ago
- 1 comment
#344 - Add Automorphic Number Calculator
Pull Request -
State: closed - Opened by Kalkwst over 2 years ago
- 1 comment
#343 - Hacktoberfest-2022
Pull Request -
State: closed - Opened by Wrrikk over 2 years ago
- 1 comment
#342 - Function extremum search by Gauss optimization algorithm was implemented
Pull Request -
State: closed - Opened by maxsIT over 2 years ago
- 1 comment
#341 - Linear and maxmin decision selection methods were implemented
Pull Request -
State: closed - Opened by maxsIT over 2 years ago
- 1 comment
#340 - Sequences/a000120
Pull Request -
State: closed - Opened by RichardVasquez over 2 years ago
- 1 comment
#339 - Add Hamming distance
Pull Request -
State: closed - Opened by Valdas3 over 2 years ago
- 3 comments
#338 - Add Implementation for Combinations Calculator
Pull Request -
State: closed - Opened by Kalkwst over 2 years ago
- 1 comment
#337 - Fix blinking tests & reduce testing time
Pull Request -
State: closed - Opened by siriak over 2 years ago
- 1 comment
#336 - Add Levenshtein Distance
Pull Request -
State: closed - Opened by Valdas3 over 2 years ago
- 1 comment
#335 - Add missing tests and documentation in Utilities
Pull Request -
State: closed - Opened by reima over 2 years ago
- 1 comment
#334 - Remove uses of ApplicationException
Pull Request -
State: closed - Opened by reima over 2 years ago
- 1 comment
#333 - Add Implementation for Krishnamurthy Number Checker
Pull Request -
State: closed - Opened by Kalkwst over 2 years ago
- 1 comment
#332 - Sequences/a000032
Pull Request -
State: closed - Opened by RichardVasquez over 2 years ago
- 1 comment
#331 - Pareto optimization algorithm was implemented
Pull Request -
State: closed - Opened by maxsIT over 2 years ago
- 1 comment
#330 - directory.md added
Pull Request -
State: closed - Opened by poorvadiwan over 2 years ago
- 3 comments
#329 - 16th of December 2022: LGTM.com will be shut down
Issue -
State: closed - Opened by pea-sys over 2 years ago
- 2 comments
Labels: enhancement, Stale
#328 - TargetFramework .net5.0 → .net6.0
Pull Request -
State: closed - Opened by pea-sys over 2 years ago
- 2 comments
#327 - Documentation Updates
Pull Request -
State: closed - Opened by Dalfonso06 over 2 years ago
- 1 comment
#326 - Changes insertion sort implementation
Pull Request -
State: closed - Opened by MathewBeldon over 2 years ago
- 1 comment
#325 - TargetFrameworks of projects .Net5.0 → .Net6.0
Issue -
State: closed - Opened by pea-sys over 2 years ago
Labels: enhancement
#324 - chore: add Discord and donate buttons
Pull Request -
State: closed - Opened by Panquesito7 over 2 years ago
- 1 comment
Labels: enhancement
#323 - LRU and LFU Caches
Pull Request -
State: closed - Opened by AntonMinko over 2 years ago
- 2 comments
#322 - Amicable Numbers Checker
Pull Request -
State: closed - Opened by alihut over 2 years ago
#321 - Fix blinking test coverage
Pull Request -
State: closed - Opened by siriak over 2 years ago
- 1 comment
#320 - Second set of test cases to TrialDivisionFactorizer.TryFactor
Pull Request -
State: closed - Opened by MatthiasHeinz over 2 years ago
- 2 comments
#319 - Add Skip list data structure
Pull Request -
State: closed - Opened by AntonMinko over 2 years ago
- 1 comment
#318 - Add bfs
Pull Request -
State: closed - Opened by yongjin920 over 2 years ago
- 3 comments
Labels: Stale
#317 - Added Fizz Buzz
Pull Request -
State: closed - Opened by KaiYuan0513 over 2 years ago
Labels: invalid
#316 - added Anagram Checker Algorithm
Pull Request -
State: closed - Opened by xueen0906 over 2 years ago
- 3 comments
Labels: Stale
#315 - Added LFU Cache Algorithm Implementation
Pull Request -
State: closed - Opened by edisonccs over 2 years ago
- 3 comments
Labels: Stale
#314 - Added Z Algorithm
Pull Request -
State: closed - Opened by Jenn-1212 over 2 years ago
- 3 comments
Labels: Stale
#313 - Added algorithms for Modular Arithmetic
Pull Request -
State: closed - Opened by MatthiasHeinz over 2 years ago
- 2 comments
#312 - Add New Algorithm- Z-block substring search
Issue -
State: closed - Opened by Jenn-1212 over 2 years ago
Labels: enhancement
#311 - Debug
Pull Request -
State: closed - Opened by wjkhappy14 over 2 years ago
- 2 comments
#310 - Add optional fixed seed for Fisher yates Shuffler
Pull Request -
State: closed - Opened by dideldev over 2 years ago
- 1 comment
#309 - Add Euclidean distance
Pull Request -
State: closed - Opened by dideldev over 2 years ago
- 1 comment
#308 - Distances/euclidean
Pull Request -
State: closed - Opened by dideldev over 2 years ago
#307 - Add Manhattan distance and tests
Pull Request -
State: closed - Opened by dideldev over 2 years ago
- 1 comment
#306 - Add k-Nearest neighbors
Pull Request -
State: closed - Opened by dideldev over 2 years ago
- 2 comments
#305 - Add k-nearest neighbors algorithm
Pull Request -
State: closed - Opened by dideldev over 2 years ago
- 1 comment
#304 - The implementation of InsertionSorter is wrong
Issue -
State: closed - Opened by ramiroezequielalvarez over 2 years ago
- 3 comments
Labels: bug, Stale
#303 - Added Kosaraju algorithm
Pull Request -
State: closed - Opened by dideldev over 2 years ago
- 1 comment
#302 - Added A006577 sequence: number of '3n+1' steps to reach 1
Pull Request -
State: closed - Opened by vbe5-ua almost 3 years ago
- 1 comment