Commit Graph

  • 4f472633e6 added test fot AvlTree and implemented inorder, postorder traversal master Acid 2026-07-27 22:17:45 -04:00
  • e3b4119785 modified: README.md Acid 2026-07-26 00:46:20 -04:00
  • ba54411627 added DFS AND BSF to graphs Acid 2026-07-25 23:53:46 -04:00
  • 5bc2be9e03 added Directed graphs and DAG Acid 2026-07-24 20:35:34 -04:00
  • 35592e1bb8 moved heapSort to its own file Acid 2026-07-24 03:57:15 -04:00
  • 5fb97bc757 new file: graphs/weightedGraph.go Acid 2026-07-24 03:43:24 -04:00
  • 666c1a155b modified: README.md Acid 2026-07-24 02:19:52 -04:00
  • b2613bf3e1 Created basic Graph (Unweighted ,Undirected ) Acid 2026-07-22 18:57:22 -04:00
  • 5f2e548aad renamed: trees/heap/heapAlgorithms.go -> trees/heap/priorityQeue.go Acid 2026-07-20 02:28:32 -04:00
  • a47cc44223 new file: algo/primalityTest.go Acid 2026-07-19 20:30:50 -04:00
  • 8461c26d42 changed strings union find > generic union find Acid 2026-07-19 02:14:50 -04:00
  • 8c73d121e4 new file: sets/stringsUnionFind.go Acid 2026-07-18 17:34:33 -04:00
  • e54607e9ed new file: explanations/disjointSets.md new file: tests/setsTests/unionFind_test.go Acid 2026-07-17 03:37:39 -04:00
  • 56eacc9af7 new file: sets/unionFind.go Acid 2026-07-17 03:17:54 -04:00
  • 12e02ace84 changed some "constructors" to start with New Acid 2026-07-16 19:30:19 -04:00
  • 1688f6abb9 comments Acid 2026-07-14 18:38:36 -04:00
  • 9db06d7a7a new file: trees/heap/maxHeap.go Acid 2026-07-14 18:05:53 -04:00
  • adb18ed13b tests and docs Acid 2026-07-14 17:54:25 -04:00
  • d5054d55e9 added GC cleanup Acid 2026-07-13 23:45:03 -04:00
  • cd6c8973da heap sort new file: trees/heap/heapAlgorithms.go Acid 2026-07-13 23:35:34 -04:00
  • db7976f65a heap sort added Acid 2026-07-13 23:35:11 -04:00
  • 65a9ba8fdb minHeap added Acid 2026-07-13 22:40:32 -04:00
  • ee7490988b new file: trees/heap/minHeap.go Acid 2026-07-13 22:28:43 -04:00
  • 8ed29753d5 Update tests.yml AquilaIgnis 2026-07-08 01:56:37 -04:00
  • 135d900192 Create tests.yml AquilaIgnis 2026-07-08 01:54:36 -04:00
  • aa688043dd modified: README.md Acid 2026-07-08 00:02:21 -04:00
  • f37ef9619c added display method Acid 2026-07-07 23:55:06 -04:00
  • f54e4677af new file: trees/avl/AvlTree.go Acid 2026-07-06 16:14:51 -04:00
  • 91d938963e renamed: explanations.md -> explanations/BFS_on_Binary_tree.md Acid 2026-07-01 00:20:54 -04:00
  • 78b862952b new file: explanations.md Acid 2026-06-21 19:11:34 -04:00
  • 399f01c13d circularBuffer can take a fixed size Acid 2026-06-20 23:50:35 -04:00
  • a25babd3b1 add zero value to queue so GC can reclaim pointers Acid 2026-06-20 23:21:58 -04:00
  • a17cb4fe83 breadh first search on binary tree Acid 2026-06-19 23:44:51 -04:00
  • e1a757400a added test and find to binarySearchTree Acid 2026-06-18 00:15:56 -04:00
  • ab6b370b3a new file: trees/binarySearchTree.go Acid 2026-06-16 02:16:53 -04:00
  • fb88cfa00d renamed funcs Acid 2026-06-15 17:48:45 -04:00
  • 9a1c3defcb added tests Acid 2026-06-08 22:59:57 -04:00
  • 857189c4f8 new file: algo/fibonacci.go Acid 2026-06-08 19:45:37 -04:00
  • 4ec06215fb modified: linear/circularBuffer.go Acid 2026-06-08 11:18:05 -04:00
  • d41b829ea3 euclidean gcd Acid 2026-06-08 01:56:36 -04:00
  • 5475d0636f modified: README.md Acid 2026-05-27 17:06:19 -04:00
  • 8dc9f22189 MaxSubarray , kadane's algorithm Acid 2026-05-27 16:53:29 -04:00
  • 1434ccf52b new Acid 2026-05-09 17:56:46 -04:00
  • d2dcd223a6 modified: README.md Acid 2026-05-02 16:27:29 -04:00
  • 1a93503112 new file: linear/circularBuffer.go new file: tests/circularBuffer_test.go Acid 2026-05-02 16:26:50 -04:00
  • f53776ede0 added NewLinkedList Acid 2026-05-02 14:52:24 -04:00
  • 77a6e0fa54 modified: README.md new file: tests/linkedList_test.go Acid 2026-04-28 20:03:19 -04:00
  • 95e39c652e new file: linear/linkedList.go Acid 2026-04-27 21:36:24 -04:00
  • b5321f51ce linear/linkedList.go Acid 2026-04-27 21:05:57 -04:00
  • 839457702f added some tests Acid 2026-04-22 02:49:21 -04:00
  • 4eb50dd335 modified: README.md Acid 2026-04-21 19:53:26 -04:00
  • 8138079c23 new file: linear/queue.go Acid 2026-04-21 19:23:22 -04:00
  • 19c8d52228 deleted: main.go Acid 2026-04-05 02:07:41 -04:00
  • b1bf8804af new file: README.md Acid 2026-04-05 02:02:43 -04:00
  • cced7c9cb9 comments Acid 2026-04-05 02:00:21 -04:00
  • 386b82500e mved stack into linear category Acid 2026-04-05 01:46:53 -04:00
  • b3d36826ed created stack using Generics Acid 2026-04-04 21:03:11 -04:00