issues
search
EvgenyKarkan
/
EKAlgorithms
EKAlgorithms contains some well known CS algorithms & data structures.
MIT License
2.42k
stars
362
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[Question]Some code style? function question?
#107
cool8jay
closed
7 years ago
1
Add a basic Boyer Moore algorithm
#106
KiwiVandi
closed
7 years ago
2
Fix the Kruskals Algorithm example, by not resetting the used flag o…
#105
KiwiVandi
closed
7 years ago
1
Kruskals Algorithm does not work.
#104
KiwiVandi
closed
7 years ago
0
Update to EKBTree.m
#103
klmitchell2
closed
8 years ago
1
Lines 91-93 does not handle if index = 0
#102
klmitchell2
closed
8 years ago
1
Optimzed the union arrays algorithm
#101
squarezw
closed
8 years ago
1
Reimplementation of EKAVLTreeNode without compareSelector property
#100
shrtlist
closed
8 years ago
1
Fix for Issue #98 - [NSNumber primeNumbersFromSieveEratosthenesWithMaxNumber:] returns non-prime number (zero)
#99
shrtlist
closed
8 years ago
0
[NSNumber primeNumbersFromSieveEratosthenesWithMaxNumber:] returns non-prime number (zero)
#98
shrtlist
closed
8 years ago
0
add recursive depth-first search
#97
vermont42
closed
8 years ago
0
Fix 0 not being a prime number. Added a Prime Number Test Spec
#96
ahanmal
closed
9 years ago
2
Fix isPrime method.
#95
ahanmal
closed
9 years ago
6
Incorrect isPrime Method
#94
ahanmal
closed
9 years ago
1
Update issue #8, Enhance count function of LinkedList
#93
cuongtv51
closed
9 years ago
2
Add a section about friendly/similar repositories?
#92
stanislaw
closed
9 years ago
5
To update .podspec with header_mappings_dir
#91
EvgenyKarkan
opened
10 years ago
0
To finish refactoring according to Cocoa Best Practice rules.
#90
EvgenyKarkan
opened
10 years ago
0
To create tag 0.3 & push to trunk in case of sources growth.
#89
EvgenyKarkan
opened
10 years ago
0
iOS Support
#88
aspcartman
closed
10 years ago
3
No visible interface for
#87
aspcartman
closed
10 years ago
2
Update EKAlgorithms.podspec
#86
aspcartman
closed
10 years ago
1
Thank you for your great collection.
#85
chatnever
closed
10 years ago
3
To create tag 0.2 in case of sources growth.
#84
EvgenyKarkan
closed
10 years ago
0
Update main.m
#83
xhzengAIB
closed
10 years ago
0
EKAlgorithmsExamples bug.
#82
sdrpa
closed
10 years ago
5
Can you need push the podspec v0.1 to cocoapods trunk.
#81
xhzengAIB
closed
10 years ago
16
Add unionWithoutDuplicatesWithArray for some key.
#80
xhzengAIB
closed
10 years ago
1
Update EKAlgorithms.podspec
#79
xhzengAIB
closed
10 years ago
3
Add EKAlgorithms.podspec file v0.1
#78
xhzengAIB
closed
10 years ago
10
Fix Travis by fixing Radix Sort
#77
stanislaw
closed
10 years ago
2
Use NSTreeController instead
#76
evianzhow
opened
10 years ago
1
Add Radix Sort from https://github.com/PlenipotentSS/RadixSort
#75
evianzhow
closed
10 years ago
9
Cleaner code in EKGraph
#74
evianzhow
closed
10 years ago
3
Extract specs for Sorting Algorithms into a separate spec.
#73
stanislaw
closed
10 years ago
0
Improved some graph method
#72
evianzhow
closed
10 years ago
3
Add Kruskal Algorithm for EKGraph
#71
evianzhow
closed
10 years ago
10
Add Modulo bias problem (implemented in a form of coding interview problem)
#70
stanislaw
closed
10 years ago
0
Josephus Problem: add more implementations
#69
stanislaw
closed
10 years ago
0
Implementation of Josephus Problem (#36)
#68
stanislaw
closed
10 years ago
0
EKAlgorithms is on Travis
#67
stanislaw
closed
10 years ago
3
Finish Linked List part
#66
evianzhow
closed
10 years ago
1
Tidy up the whole NSArray+EKStuff
#65
stanislaw
closed
10 years ago
15
Introduce new 'Sorting' section
#64
stanislaw
closed
10 years ago
1
Insertion sort: cleaner implementation and tests
#63
stanislaw
closed
10 years ago
0
Add binary heap data structure, also finish two graph algorithm
#62
evianzhow
closed
10 years ago
0
Cleaner -[NSArray isSorted]
#61
stanislaw
closed
10 years ago
0
Add forestToBinaryTree method for EKTree and Prim Algorithm for EKGraph
#60
evianzhow
closed
10 years ago
2
Add AVL Tree data structure with insert and delete operation
#59
evianzhow
closed
10 years ago
2
Better -[NSArray hasDuplicates]
#58
stanislaw
closed
10 years ago
0
Next