Commit Graph

80 Commits (7a3ac778669bb2beeecd82ebf554bf2e784c769c)
 

Author SHA1 Message Date
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
0xAX a4d6be93c7 Merge pull request #6 from StevenMaude/tidy-readme
Make small fixes to README
8 years ago
Steven Maude 7b03408f90 Make small fixes to README
Fix some small typos.
8 years ago
Alexander Kuleshov a9723dfb97 update Stack.add 8 years ago
Alexander Kuleshov 0e2f7d78e6 move collections outside of collections 8 years ago
Alexander Kuleshov 8848089e4b move gcd to numerical 8 years ago
0xAX 3a1d5c9dfc Update utils.go 9 years ago
0xAX 827384fefd Update README.md 9 years ago
0xAX 7e09140a8f Merge pull request #4 from xyproto/comments
Adding comments and more output
9 years ago
Alexander F Rødseth 213fe88680 Adding comments and more output 9 years ago
0xAX db40d86169 unused import removed 10 years ago
0xAX 8803407669 README.md updated 10 years ago
0xAX 192c15d936 binary search 10 years ago
0xAX f7794af38d indentation fixed 10 years ago
0xAX 34210e7815 indentation fixed 10 years ago
Alexander Kuleshov e64b29e46f README.md updated 10 years ago
Alexander Kuleshov 0b79c05d03 README.md updated 10 years ago
Alexander Kuleshov ba0674c7e0 gcd algorithm added 10 years ago