Emanuel Rodriguez
|
f3b0be9500
|
rewrite functions to work with updated strucutres
|
2023-08-28 00:03:47 -07:00 |
Emanuel Rodriguez
|
e819633ba0
|
start to implement separate chaining for resolving hash collisions
|
2023-08-26 23:48:43 -07:00 |
Emanuel Rodriguez
|
2cc09b147c
|
going through an example of hash table
|
2023-08-26 01:02:53 -07:00 |
Emanuel Rodriguez
|
fb08343f8c
|
implement quicksort in c again to practice and in oding to see what its like
|
2023-08-17 23:20:31 -07:00 |
Emanuel Rodriguez
|
b12a36f536
|
make intersection faster 🚀
|
2023-08-08 23:03:34 -07:00 |
Emanuel Rodriguez
|
7bdaa33236
|
a simple intersection
|
2023-08-08 22:59:26 -07:00 |
Emanuel Rodriguez
|
dc8d382910
|
fix py decrement missing and in C move j-- to correct spot
|
2023-08-07 23:29:47 -07:00 |
Emanuel Rodriguez
|
82d3973ade
|
implements insertion sort in c and pytyhon
|
2023-08-07 23:25:17 -07:00 |
Emanuel Rodriguez
|
09e18f9ac9
|
implements selection sort
|
2023-08-03 22:38:27 -07:00 |
Emanuel Rodriguez
|
5564d94684
|
Merge branch 'main' of git.emanuelrgz.com:ergz/tlacyl
|
2023-07-30 20:27:53 -07:00 |
Emanuel Rodriguez
|
68ced98e24
|
more work
|
2023-07-30 20:27:50 -07:00 |
Emanuel Rodriguez
|
84653df183
|
implement binary search
|
2023-07-29 23:28:19 -07:00 |
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
|
2eef292083
|
removes a bunch of stuff:
|
2023-07-08 20:44:30 -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
|
8ad2897242
|
stuff
|
2023-07-02 01:04:53 -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 |