issues
search
aalhour
/
C-Sharp-Algorithms
:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
MIT License
5.96k
stars
1.4k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
SkipList is broken
#176
edward-a
opened
6 months ago
2
just fixing a missing summary
#175
joaopedrodeb
closed
10 months ago
2
Can I need to migrate the project to .net Core 8.0?
#174
Zombach
opened
1 year ago
1
Rethinking BST `Find` method signature
#173
pypkaed
opened
1 year ago
1
Question about the Indexer code of the SkipList.cs
#172
zhanong
opened
1 year ago
2
Modernized null checks by using `nameof()` operator
#171
Lehonti
closed
1 year ago
1
[UnitTest] - Xunit capturing output
#170
ivandrofly
opened
1 year ago
0
DataStructures.Lists. CircularBuffer is not thread safe.
#169
xuanyuan5005
opened
1 year ago
2
Please upgrade the project to dotnet 6 version
#168
nirzaf
opened
2 years ago
5
All Projects updated to .NET 6, redundant code removed and old syntax…
#167
nirzaf
opened
2 years ago
0
Create ReverseLinkList
#166
Anieshar1
opened
2 years ago
1
Add Algorithms.common: Get the Day of the Week
#165
ChiaSuen
closed
2 years ago
1
Algorithm request: Get the Day of the Week from a Specific Date
#164
ChiaSuen
closed
2 years ago
2
Algorithm request: [NAME]
#163
yasserjalalMM
closed
2 years ago
1
implemented a few algo myself
#162
HongliangZang
closed
2 years ago
0
Fixed #155 Fixed bad implement, bad data structure CircularBuffer
#161
daoluong
opened
2 years ago
1
Foobar
#160
martijnsouman
closed
2 years ago
1
Update BubbleSorter.cs
#159
truonghoangsw
opened
2 years ago
0
Update BubbleSorter.cs
#158
truonghoangsw
closed
2 years ago
0
[Security] Workflow build_and_test.yml is using vulnerable action actions/checkout
#156
Ale0x78
opened
2 years ago
2
Enumerating the circular buffer does not produce anything
#155
asm2025
opened
3 years ago
1
fix typo anargram => anagram
#154
ivandrofly
opened
3 years ago
2
IsAnagram bug (per element counts)
#153
ZacharyPatten
opened
3 years ago
2
Fix summary comment in HeapSorter.cs
#152
Vectorfield4
closed
3 years ago
2
Data structure request: Generic Rope
#151
nloum
opened
4 years ago
3
Update
#150
dinithiravi
closed
1 year ago
0
fixed issue #11
#149
itai192
opened
4 years ago
0
SLinkedList bug
#148
gang89liu
opened
4 years ago
2
Update SkipList. Fixed Issues #137, #138, #139, #140
#147
Gutsonok
opened
4 years ago
0
Removing a vertex from an UndirectedSparseGraph is very slow, make it faster
#146
melon3r
opened
4 years ago
1
Added the Aho-Сorasiсk algorithm
#145
LIFEfreedom
opened
4 years ago
0
Algorithm request: Aho-Corasick
#144
LIFEfreedom
opened
4 years ago
1
Added Linear Sieve Algorithm
#143
LashaBuxo
opened
4 years ago
0
Implement Linear Prime Sieve
#142
LashaBuxo
opened
4 years ago
1
Replace TODO.md with issues
#141
PatrykOlejniczak
opened
4 years ago
0
Program crashes upon search for null in a SkipList<string>
#140
Mabar16
opened
4 years ago
0
A new SkipList<int> contains 0
#139
Hoodedgull
opened
4 years ago
0
Removing 0 from SkipList<int> breaks enumeration
#138
Mabar16
opened
4 years ago
1
Items are not always added to a SkipList
#137
Hoodedgull
opened
4 years ago
1
Fix the BubbleSorter and add the unit test.
#136
yanxiaodi
closed
4 years ago
1
A small improvement for BubbleSorter and add the unit test
#135
yanxiaodi
closed
4 years ago
1
Issue 129: Return primes list as read-only.
#134
RyanGrange
closed
4 years ago
0
Issue 46: Switch netcoreapp2 to netstandard2 for libraries. …
#133
RyanGrange
opened
4 years ago
1
Issue 87: Stack efficient Euclidean method
#132
RyanGrange
closed
4 years ago
1
Change recursive function to while loop to save stack space
#131
RyanGrange
closed
4 years ago
1
Basic optimizations for UndirectedSparseGraph
#130
melon3r
opened
4 years ago
2
Primes List Should Be Immutable When Exposed to Callers
#129
VaslD
closed
4 years ago
2
Can't find C-Sharp-Algorithms on Nuget.org
#128
NdubuisiJr
opened
4 years ago
2
Algorithm request: Linear Prime Sieve
#127
sanxsth
opened
4 years ago
1
Data structure request: AVLTreeMap
#126
kenancasey
opened
4 years ago
2
Next