Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / indy256/codelibrary issues and pull requests
#100 - Closest pair via sweep line
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#99 - Rational class based on bigint
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#98 - Splay trees (as alternative to Treap)
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#97 - Half planes intersection
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#96 - Matrix inversion
Issue -
State: closed - Opened by indy256 over 5 years ago
Labels: feature
#95 - Gaussian elimination for GF(2)
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#94 - Linear Diophantine equations
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#93 - Inversive geometry
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#92 - Fraction class
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#91 - Shift-and algorithm
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#90 - 2-opt and Lin-Kernighan heuristics for TSP
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#89 - Cheneese postman problem
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#88 - Fast matrix multiplication
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#87 - LCS in O(n*diff)
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#86 - Binomial coefficients calculation
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#85 - DFA minimization
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#84 - NFA to DFA transformation
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#82 - Set cover/packing
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#81 - Subgraph isomorphism
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#80 - Exact cover
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#79 - Minimum dominating set
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#78 - Mo's algorithm with updates
Issue -
State: closed - Opened by indy256 over 5 years ago
Labels: feature
#77 - Graph coloring
Issue -
State: open - Opened by indy256 over 5 years ago
- 2 comments
Labels: feature
#76 - Mo's algorithm on trees
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#75 - Dynamic graph biconnectivity
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#74 - Graph isomorphism
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#73 - Minimum vertex cover for bipartite graph
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#72 - Knapsack problem
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#71 - Max clique / Max independent set
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#70 - Sqrt tree
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#69 - SVD (Singular value decomposition)
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#68 - LUP decomposition
Issue -
State: open - Opened by indy256 over 5 years ago
Labels: feature
#67 - Incremental cycle detection, topological ordering, and strong component maintenance
Issue -
State: open - Opened by indy256 almost 6 years ago
Labels: feature
#66 - Minimum-weight closure
Issue -
State: open - Opened by indy256 almost 6 years ago
Labels: feature
#65 - Maximum density subgraph
Issue -
State: open - Opened by indy256 almost 6 years ago
Labels: feature
#64 - Number of solutions of linear equations
Issue -
State: open - Opened by indy256 almost 6 years ago
Labels: feature
#63 - Montgomery modular multiplication
Issue -
State: open - Opened by indy256 almost 6 years ago
Labels: feature
#62 - Fixed typos in README.md
Pull Request -
State: closed - Opened by alterdego almost 6 years ago
#61 - SIMD optimizations
Issue -
State: open - Opened by indy256 almost 6 years ago
Labels: feature
#60 - DFA minimization
Issue -
State: closed - Opened by indy256 almost 6 years ago
Labels: feature
#59 - Schreier–Sims algorithm
Issue -
State: closed - Opened by indy256 almost 6 years ago
Labels: feature, implemented
#58 - Gomory-hu tree
Issue -
State: closed - Opened by indy256 almost 6 years ago
Labels: feature
#57 - Dominator tree
Issue -
State: open - Opened by indy256 almost 6 years ago
Labels: feature
#56 - Point location in O(log n)
Issue -
State: open - Opened by indy256 almost 6 years ago
Labels: feature
#55 - Minkowski sum
Issue -
State: open - Opened by indy256 almost 6 years ago
Labels: feature
#54 - Added RMQ2DSparseTable and LCS
Pull Request -
State: open - Opened by rahulkhairwar about 6 years ago
#53 - Add Segmented Sieve of Eratosthenes
Pull Request -
State: open - Opened by peter-evans about 6 years ago
#52 - Voronoi diagram and Delaunay triangulation
Issue -
State: open - Opened by indy256 about 6 years ago
Labels: feature
#51 - Levenstein automata
Issue -
State: open - Opened by indy256 about 6 years ago
Labels: feature
#50 - Fast calculation of n'th element of linear recurrence
Issue -
State: closed - Opened by indy256 about 6 years ago
Labels: feature
#49 - Stoer–Wagner algorithm
Issue -
State: closed - Opened by indy256 about 6 years ago
Labels: feature, implemented
#48 - Hirschberg's algorithm
Issue -
State: open - Opened by indy256 about 6 years ago
Labels: feature
#47 - Kth shortest path
Issue -
State: open - Opened by indy256 about 6 years ago
Labels: feature
#46 - Polynom division, evaluation, square root in O(n*log^2(n))
Issue -
State: closed - Opened by indy256 about 6 years ago
Labels: feature
#45 - Matroid intersection
Issue -
State: open - Opened by indy256 about 6 years ago
Labels: feature
#44 - Simplified heavy/light decomposition
Issue -
State: closed - Opened by indy256 about 6 years ago
Labels: feature
#43 - Subset convolution, Walsh–Hadamard transform
Issue -
State: closed - Opened by indy256 about 6 years ago
Labels: feature
#42 - From static set to expandable via O(log(n))
Issue -
State: open - Opened by indy256 about 6 years ago
Labels: feature
#41 - Schieber-Vishkin RMQ
Issue -
State: closed - Opened by indy256 about 6 years ago
Labels: feature, implemented
#40 - Dynamic convex hull
Issue -
State: closed - Opened by indy256 about 6 years ago
Labels: feature
#39 - Wavelet tree
Issue -
State: closed - Opened by indy256 about 6 years ago
Labels: feature, implemented
#38 - Maximum weighted matching in general graph
Issue -
State: open - Opened by indy256 about 6 years ago
Labels: feature
#37 - Linear recurrence solver, Berlekamp–Massey algorithm
Issue -
State: closed - Opened by indy256 about 6 years ago
Labels: feature
#36 - Polynom class
Issue -
State: closed - Opened by indy256 about 6 years ago
Labels: feature
#35 - Quaternion
Issue -
State: open - Opened by indy256 about 6 years ago
Labels: feature
#34 - Palindrome tree
Issue -
State: open - Opened by indy256 about 6 years ago
- 1 comment
Labels: feature
#33 - Minimum augmentation to biconnectivity
Issue -
State: open - Opened by indy256 about 6 years ago
Labels: feature
#32 - Minimum augmentation to strong connectivity
Issue -
State: open - Opened by indy256 about 6 years ago
Labels: feature
#31 - Sorting strings in linear time
Issue -
State: open - Opened by indy256 about 6 years ago
Labels: feature
#30 - Chu–Liu/Edmonds' algorithm
Issue -
State: open - Opened by indy256 about 6 years ago
Labels: feature
#29 - Dynamic graph connectivity
Issue -
State: open - Opened by indy256 about 6 years ago
- 2 comments
Labels: feature
#28 - Graph planarity testing
Issue -
State: open - Opened by indy256 about 6 years ago
Labels: feature
#27 - Problem for studying persistent tree
Issue -
State: open - Opened by DirtyBat over 6 years ago
Labels: question
#26 - Added Heap Sort in C++
Pull Request -
State: closed - Opened by PiyushPawar17 almost 7 years ago
#25 - Added Merge Sort in C++
Pull Request -
State: closed - Opened by PiyushPawar17 almost 7 years ago
#24 - Added Selection Sort in C++
Pull Request -
State: closed - Opened by PiyushPawar17 almost 7 years ago
#23 - Added Insertion Sort in C++
Pull Request -
State: closed - Opened by PiyushPawar17 almost 7 years ago
#22 - Added Bubble Sort in C++
Pull Request -
State: closed - Opened by PiyushPawar17 almost 7 years ago
#21 - Codes for other languages
Issue -
State: closed - Opened by PiyushPawar17 almost 7 years ago
#20 - Updates catchup
Pull Request -
State: closed - Opened by paulepps almost 7 years ago
#19 - Add AVL Tree Implementation of insert and delete
Pull Request -
State: closed - Opened by bhvk about 7 years ago
#18 - Added RMQ2DSparseTable
Pull Request -
State: closed - Opened by rahulkhairwar about 7 years ago
#17 - Added Heap sort in java
Pull Request -
State: closed - Opened by jyotsana19 about 7 years ago
#16 - Where is the code for code-library.herokuapp.com?
Issue -
State: open - Opened by AndiChiou about 7 years ago
#15 - AhoCorasick broken
Issue -
State: closed - Opened by Katsz over 7 years ago
- 1 comment
#14 - Added Segmented Sieve of Eratosthenes for generating primes in a range
Pull Request -
State: closed - Opened by peter-evans almost 8 years ago
#13 - formatting corrected for some files
Pull Request -
State: closed - Opened by devanshdalal about 8 years ago
#12 - Merge pull request #1 from indy256/master
Pull Request -
State: closed - Opened by khaing211 over 8 years ago
#11 - Big Integer Template problems
Issue -
State: open - Opened by HandIeNeeded over 8 years ago
#10 - implementation request: partially persistent red-black tree
Issue -
State: open - Opened by dotnwat over 8 years ago
Labels: feature
#9 - Making requests
Issue -
State: closed - Opened by dotnwat over 8 years ago
- 2 comments
Labels: question
#8 - Added 2 algorithms to cpp
Pull Request -
State: closed - Opened by devanshdalal almost 9 years ago
#7 - I made some analysis of the code
Pull Request -
State: closed - Opened by timofey about 9 years ago
#6 - History
Issue -
State: open - Opened by sideris over 9 years ago
#5 - MaxFlowDinic does not find blocking flows
Issue -
State: closed - Opened by godmar about 10 years ago
- 1 comment
#4 - LICENSE?
Issue -
State: closed - Opened by adamsmd over 10 years ago
- 2 comments
#3 - fix reconstructing shortest Hamilton path
Pull Request -
State: closed - Opened by YuriDenison over 10 years ago
- 1 comment
#2 - Bugfix in long to bigint assignment
Pull Request -
State: closed - Opened by ahtotruu almost 11 years ago
#1 - Java project improvment
Pull Request -
State: closed - Opened by atychyna over 11 years ago
- 1 comment