Commit Graph

113 Commits (master)
 

Author SHA1 Message Date
0xAX 9e7a1904a5
Merge pull request #34 from ridwanfathin/graph_fw
add flowd-warshall algorithm
2 years ago
0xAX 3d6755a742
Merge pull request #33 from ridwanfathin/master
Add Max subArray
2 years ago
0xAX 8b7a3eee46
Merge pull request #35 from ridwanfathin/swap
Add verify swap using pointers
2 years ago
0xAX 6c54e8827e
Merge pull request #36 from juliovcruz/test/numerical
Add tests for factorial and fastpow
3 years ago
julio.cesar 90eda2d41d test: add tests for factorial and fastpow 4 years ago
ridwanfathin f0fbbd2ff2 Add verify swap using pointers 4 years ago
ridwanfathin 13b2e9dab7 fix comment typo 4 years ago
ridwanfathin 1f17712ce4 add flowd-warshall algorithm 4 years ago
ridwanfathin 0bcd28f8e5 add test case 4 years ago
ridwanfathin c18442cc01 Add Max subArray 4 years ago
0xAX bb4e627657
Merge pull request #30 from juliovcruz/master
Add tests to Fibonacci function
4 years ago
0xAX e1dcce7b01
Merge pull request #31 from ridwanfathin/master
add fast pow: O(log n) exponent
4 years ago
ridwanfathin 0780e4b8ce add fast pow: O(log n) exponent 4 years ago
Júlio a13adc4b68 refactor: remove folder .idea 4 years ago
Júlio fe1cda7415 test: add tests to fibonacci 4 years ago
0xAX b1e2c28102
Merge pull request #28 from dwij2812/depthFirstSearch
Added Depth First Search
4 years ago
0xAX 215f4b4d7f
Merge branch 'master' into depthFirstSearch 4 years ago
0xAX 67434fca1a
Merge pull request #29 from dwij2812/radixSort
Added Radix Sort
4 years ago
0xAX 3be6a896f5
Merge pull request #27 from dwij2812/breadthFirstSearch
Breadth first search
4 years ago
0xAX 91393052a3
Merge pull request #26 from dwij2812/InterpolationSearch
Added Interpolation Search
4 years ago
0xAX f0f7d8f196
Merge pull request #22 from AtaAtasoy/master
add treesort
4 years ago
0xAX 7c99487016
Merge pull request #21 from bakurits/master
Added Binary Exponentiation and Prime finding
4 years ago
dwij2812 bc5946ee84 Added Radix Sort 4 years ago
dwij2812 05408ca87f Added Depth First Serach 4 years ago
dwij2812 d7efb7b1e3 Added Breadth First Search 4 years ago
dwij2812 b17b4cbb39 Added Interpolation Search 4 years ago
0xAX 6b9cd74ea7
Merge pull request #24 from decanus/master
Sortition tests + benchmarks
4 years ago
decanus aa7200a1f1
using intsaresorted 4 years ago
decanus ddaf7f7c38
sortition type definition + benchmarks and tests 4 years ago
Ata Atasoy ba2e1413a2
add treesort 4 years ago
bakurits d95522c19a implemented binpow and prime finding 5 years ago
bakurits 06a2cc352e finding prime numbers from 1 to n using eratosthenes sieve 5 years ago
0xAX 9f095a1fbe
Merge pull request #20 from ansilh/master
Added time package and removed tmp variable from bubble sort
5 years ago
Ansil H 7a3ac77866 Added time package
Removed temporary variable from bubble sort
5 years ago
0xAX b0b9d126f1
Merge pull request #18 from CodeLingoBot/rewrite
Fix function comments based on best practices from Effective Go
5 years ago
0xAX 5840a8e776
Merge pull request #17 from wlwanpan/binary_tree_min_max
Add min and max for binary tree
5 years ago
0xAX 1e218215e8
Merge pull request #16 from gowthamgts/patch-1
Really randomising things
5 years ago
CodeLingo Bot fd089e9887 Fix function comments based on best practices from Effective Go
Signed-off-by: CodeLingo Bot <bot@codelingo.io>
5 years ago
wlwanpan 16fdc8debc Add min and max for binary tree 6 years ago
Gowtham Gopalakrishnan f333f2f6e6
Really randomising things
Ref: [https://stackoverflow.com/questions/39529364/go-rand-intn-same-number-value](https://stackoverflow.com/questions/39529364/go-rand-intn-same-number-value)
6 years ago
0xAX cc26ad7dce
Merge pull request #14 from abrarShariar/master
Added implementations for factorial, fibonacci, linear search and jump search
6 years ago
abrarShariar 8b8ac1388e updated README 6 years ago
abrarShariar acfb85d359 fibonacci 6 years ago
abrarShariar 2f4f321c22 factorial 6 years ago
abrarShariar a8171e48d4 updated README 6 years ago
abrarShariar 38b23e8839 jump search 6 years ago
abrarShariar 5a6c4166a8 linear search 6 years ago
0xAX 741916f31c
Merge pull request #12 from srksumanth/sumanth
Improve loop syntax and format code
6 years ago
0xAX 875d6977b1
Merge pull request #13 from srksumanth/comb-sort
Improve code and update shrink factor
6 years ago
srksumanth c3d332be68 Improve code and change shrink factor 6 years ago