Commit Graph

51 Commits

Author SHA1 Message Date
b12a36f536 make intersection faster 🚀 2023-08-08 23:03:34 -07:00
7bdaa33236 a simple intersection 2023-08-08 22:59:26 -07:00
dc8d382910 fix py decrement missing and in C move j-- to correct spot 2023-08-07 23:29:47 -07:00
82d3973ade implements insertion sort in c and pytyhon 2023-08-07 23:25:17 -07:00
09e18f9ac9 implements selection sort 2023-08-03 22:38:27 -07:00
5564d94684 Merge branch 'main' of git.emanuelrgz.com:ergz/tlacyl 2023-07-30 20:27:53 -07:00
68ced98e24 more work 2023-07-30 20:27:50 -07:00
84653df183 implement binary search 2023-07-29 23:28:19 -07:00
1986404da5 got the double pointer working 2023-07-26 23:10:22 -07:00
c1614ed7d7 add python stuff 2023-07-24 22:12:34 -07:00
52dd7164c5 wrapping my head around this double pointer thing: 2023-07-22 02:03:06 -07:00
b63d729b87 more work on the array list implementation 2023-07-22 01:25:25 -07:00
3644c63f43 trying to flesh out the array implementation before I proceed to heap 2023-07-19 23:15:15 -07:00
9b53857a64 removes debug prints 2023-07-18 23:10:03 -07:00
213242a4eb tree comparison done 2023-07-18 23:09:01 -07:00
440586dea0 start implementing tree comparisons 2023-07-18 22:54:18 -07:00
bed65ad722 first try, looks bad, but working the second pass will be better 2023-07-16 01:19:08 -07:00
755f16877d forgot to add a subtraction in length of the node 2023-07-15 11:34:31 -07:00
351db3f366 implements the q operations 2023-07-15 11:33:23 -07:00
fe6ba5fa8b set up the ds needed to get the bfs implemented 2023-07-15 11:14:33 -07:00
0c711115df walk the tree in different orders 2023-07-14 23:17:32 -07:00
a283b85767 fixed bugs that were keeping track of stack's length 2023-07-14 23:08:22 -07:00
cdaef08013 adds a todo for the next thing I can try 2023-07-13 23:31:43 -07:00
fbf4af239d walk the tree with stack backend 2023-07-13 23:27:20 -07:00
8ab4d74042 trying to implement binary tree walk 2023-07-13 23:16:00 -07:00
63e2868b6e some more stuff 2023-07-08 20:47:49 -07:00
ergz
97cded58a8 untrack build files 2023-07-08 20:45:27 -07:00
ergz
2eef292083 removes a bunch of stuff: 2023-07-08 20:44:30 -07:00
ergz
dbfc40b6bd build system for vscode 2023-07-08 17:51:04 -07:00
ergz
711569d0d7 ingore the modules 2023-07-08 17:50:48 -07:00
ergz
7f80259426 Merge branch 'main' of github.com:ergz/tlacyl 2023-07-07 22:11:10 -07:00
ergz
ebfc215fb4 more work on linked list 2023-07-07 22:08:44 -07:00
8ced1b12fc repush some changes 2023-07-07 21:27:26 -07:00
ergz
b2074c0351 redo qs to make sure I get it 2023-07-07 21:24:18 -07:00
ergz
be4a1c4fc0 stuff 2023-07-04 00:54:36 -07:00
ergz
6167176149 more implementation in the double linked list code 2023-07-04 00:48:24 -07:00
ergz
ffc4a0202d start workig on the doubly linked list 2023-07-02 02:22:31 -07:00
ergz
af3bc40f44 Merge branch 'main' of github.com:ergz/tlacyl 2023-07-02 01:06:08 -07:00
6c7a6a1825 jest 2023-07-02 01:05:56 -07:00
ergz
26886368fb Merge branch 'main' of github.com:ergz/tlacyl 2023-07-02 01:04:56 -07:00
ergz
8ad2897242 stuff 2023-07-02 01:04:53 -07:00
aa10137061 other npm stuff 2023-07-02 01:02:24 -07:00
bcb8cda917 npm stuff I think 2023-07-02 01:00:03 -07:00
c5c2c3ecf4 more algos 2023-07-01 21:07:33 -07:00
722aecd6dc change next to prev, just makes more sense 2023-06-30 07:46:20 -07:00
30315e6d29 fixed, was just i was trying to get value for freed mem 2023-06-30 07:25:01 -07:00
cfaf438fd4 last pop in stack not working yet 2023-06-30 07:12:43 -07:00
0763ca0cd4 dumb implementations of each so far 2023-06-28 20:04:09 -07:00
0b2c71d97d start workin on C versions 2023-06-27 20:09:20 -07:00
ergz
2fef9a3d05 adds bubble sort 2023-06-27 20:05:57 -07:00