Commit Graph

97 Commits (215f4b4d7fdc32b4e04f0c733a2795312d5d710f)
 

Author SHA1 Message Date
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 5 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
srksumanth 5c41ed1d14 Improve loop syntax and format code 6 years ago
0xAX 8a8ce96014
Merge pull request #11 from srksumanth/work
Improve Bubble sort & Insertion sort
6 years ago
srksumanth 28fc34ce16 simplify insertion sort 6 years ago
srksumanth 17585bda6f remove extra iteration 6 years ago
0xAX 39643a9dd4
Merge pull request #10 from jubnzv/master
Make insertion_sort.go a bit easier
6 years ago
Georgy Komarov bc53a37b35 Make insertion_sort.go a bit easier 6 years ago
0xAX 916c027ac9
Merge pull request #9 from gregogalante/patch-1
Fixed prev link for items
7 years ago
Gregorio Galante be6879dec9
Fixed prev link for items
Changed the order of updates of pointers for new items of the list to make Prev() function works property.
7 years ago
0xAX 9e9b987737 Merge pull request #7 from tural-esger/master
sorg.go to sort.go
7 years ago
tural-esger 211d8fe63f Merge pull request #1 from tural-esger/Tural
Rename insertion_sorg.go to insertion_sort.go
7 years ago
tural-esger 4702368f8f Rename insertion_sorg.go to insertion_sort.go 7 years ago
Alexander Kuleshov cb32031436 add insertion sort 7 years ago
Alexander Kuleshov 2deb4ba69a
reimplement queue based on pointers 7 years ago
Alexander Kuleshov 248647cbff
rewrite stack with pointers 7 years ago
Alexander Kuleshov 0f22fe5c1b
update README.md 7 years ago
Alexander Kuleshov 307fadc6e2
go fmt for stack 7 years ago