Commit Graph

43 Commits

Author SHA1 Message Date
Emanuel Rodriguez 1986404da5 got the double pointer working 2023-07-26 23:10:22 -07:00
Emanuel Rodriguez c1614ed7d7 add python stuff 2023-07-24 22:12:34 -07:00
Emanuel Rodriguez 52dd7164c5 wrapping my head around this double pointer thing: 2023-07-22 02:03:06 -07:00
Emanuel Rodriguez b63d729b87 more work on the array list implementation 2023-07-22 01:25:25 -07:00
Emanuel Rodriguez 3644c63f43 trying to flesh out the array implementation before I proceed to heap 2023-07-19 23:15:15 -07:00
Emanuel Rodriguez 9b53857a64 removes debug prints 2023-07-18 23:10:03 -07:00
Emanuel Rodriguez 213242a4eb tree comparison done 2023-07-18 23:09:01 -07:00
Emanuel Rodriguez 440586dea0 start implementing tree comparisons 2023-07-18 22:54:18 -07:00
Emanuel Rodriguez bed65ad722 first try, looks bad, but working the second pass will be better 2023-07-16 01:19:08 -07:00
Emanuel Rodriguez 755f16877d forgot to add a subtraction in length of the node 2023-07-15 11:34:31 -07:00
Emanuel Rodriguez 351db3f366 implements the q operations 2023-07-15 11:33:23 -07:00
Emanuel Rodriguez fe6ba5fa8b set up the ds needed to get the bfs implemented 2023-07-15 11:14:33 -07:00
Emanuel Rodriguez 0c711115df walk the tree in different orders 2023-07-14 23:17:32 -07:00
Emanuel Rodriguez a283b85767 fixed bugs that were keeping track of stack's length 2023-07-14 23:08:22 -07:00
Emanuel Rodriguez cdaef08013 adds a todo for the next thing I can try 2023-07-13 23:31:43 -07:00
Emanuel Rodriguez fbf4af239d walk the tree with stack backend 2023-07-13 23:27:20 -07:00
Emanuel Rodriguez 8ab4d74042 trying to implement binary tree walk 2023-07-13 23:16:00 -07:00
Emanuel Rodriguez 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
Emanuel Rodriguez 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
Emanuel Rodriguez 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
Emanuel Rodriguez aa10137061 other npm stuff 2023-07-02 01:02:24 -07:00
Emanuel Rodriguez bcb8cda917 npm stuff I think 2023-07-02 01:00:03 -07:00
Emanuel Rodriguez c5c2c3ecf4 more algos 2023-07-01 21:07:33 -07:00
Emanuel Rodriguez 722aecd6dc change next to prev, just makes more sense 2023-06-30 07:46:20 -07:00
Emanuel Rodriguez 30315e6d29 fixed, was just i was trying to get value for freed mem 2023-06-30 07:25:01 -07:00
Emanuel Rodriguez cfaf438fd4 last pop in stack not working yet 2023-06-30 07:12:43 -07:00
Emanuel Rodriguez 0763ca0cd4 dumb implementations of each so far 2023-06-28 20:04:09 -07:00
Emanuel Rodriguez 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
ergz 2ade90abc6 initial 2023-06-26 21:35:38 -07:00