• Joined on 2026-05-15
mal0 pushed to master at mal0/dataStructures 2026-07-08 05:58:06 +00:00
8ed29753d5 Update tests.yml
135d900192 Create tests.yml
Compare 2 commits »
mal0 pushed to master at mal0/dataStructures 2026-07-08 04:02:30 +00:00
aa688043dd modified: README.md
mal0 pushed to master at mal0/dataStructures 2026-07-08 03:55:33 +00:00
f37ef9619c added display method
mal0 pushed to master at mal0/dataStructures 2026-07-06 20:15:11 +00:00
f54e4677af new file: trees/avl/AvlTree.go
mal0 pushed to master at mal0/dataStructures 2026-07-01 04:21:13 +00:00
91d938963e renamed: explanations.md -> explanations/BFS_on_Binary_tree.md
mal0 created branch pages in mal0/stims 2026-06-25 06:37:30 +00:00
mal0 pushed to pages at mal0/stims 2026-06-25 06:37:30 +00:00
07884c2728 added fdroid badge
cd24d122c3 separated style to css files
347eaefbf5 release on F-droid
e373c7f337 modified: index.html
ad7f1c7481 add screenshots, icon, and update page
Compare 6 commits »
mal0 pushed to master at mal0/dataStructures 2026-06-21 23:11:50 +00:00
78b862952b new file: explanations.md
mal0 pushed to master at mal0/dataStructures 2026-06-21 03:51:15 +00:00
399f01c13d circularBuffer can take a fixed size
mal0 pushed to master at mal0/dataStructures 2026-06-21 03:22:45 +00:00
a25babd3b1 add zero value to queue so GC can reclaim pointers
mal0 pushed to master at mal0/dataStructures 2026-06-20 03:45:30 +00:00
a17cb4fe83 breadh first search on binary tree
mal0 pushed to master at mal0/dataStructures 2026-06-18 20:07:54 +00:00
e1a757400a added test and find to binarySearchTree
mal0 pushed to master at mal0/dataStructures 2026-06-16 06:17:06 +00:00
ab6b370b3a new file: trees/binarySearchTree.go
mal0 pushed to master at mal0/dataStructures 2026-06-15 21:49:04 +00:00
fb88cfa00d renamed funcs
mal0 created branch master in mal0/dotfiles 2026-06-14 19:57:48 +00:00
mal0 pushed to master at mal0/dotfiles 2026-06-14 19:57:48 +00:00
6f51970ccb modified: desktop/nvim/lua/lspConfig.lua
ce4b513467 lsp hists
314b091ce7 monitor constrain
bc1286b3d0 fixed mason
Compare 10 commits »
mal0 pushed to master at mal0/dataStructures 2026-06-09 03:00:19 +00:00
9a1c3defcb added tests
mal0 pushed to master at mal0/dataStructures 2026-06-08 23:45:58 +00:00
857189c4f8 new file: algo/fibonacci.go
mal0 pushed to master at mal0/dataStructures 2026-06-08 15:18:20 +00:00
4ec06215fb modified: linear/circularBuffer.go
mal0 pushed to master at mal0/dataStructures 2026-06-08 05:56:57 +00:00
d41b829ea3 euclidean gcd