Commit Graph

113 Commits (master)
 

Author SHA1 Message Date
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
6 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.
6 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
0xAX 0726d6c260 indentation fixed 10 years ago
0xAX 466ab31277 collections queue added 10 years ago
0xAX bcca7df5f8 README.md updated 10 years ago
0xAX 69536e8542 collections/stack added 10 years ago
0xAX ace0d6d479 README.md updated 10 years ago
0xAX 5243307543 echo.txt removed 10 years ago
0xAX f23e579d4a binary tree 10 years ago
0xAX d3e33651ac list package fixed 10 years ago
0xAX 991a1227b7 doubly linked list added 10 years ago
0xAX 66f74f0b4b Merge branch 'master' of github.com:0xAX/go-algorithms 10 years ago
0xAX 728951cd08 README.md edited 10 years ago
0xAX 770d727a5a counting sort added 10 years ago
0xAX ec0a614983 Merge pull request #2 from termith/master
Added Shell sort
10 years ago
termith 6284316078 Added Shell sort 10 years ago
0xAX 46b32e8b0e * comb sort added
* odd-even sort added
   * heap sort added
10 years ago
0xAX ca7cee2796 quick sort added 10 years ago
0xAX b83ebc65b7 Update bubble_sort.go 10 years ago