Commit Graph

38 Commits

Author SHA1 Message Date
78b8cf95b6 Finish course 4 assignment 3 TSP with heuristic 2021-02-28 14:42:37 -05:00
dfa9c9d27f Prepare for course 4 assignment 3 2021-02-27 11:07:44 -05:00
1a9f178c97 Implement floyd-warshall algorithm for course 4 assignment 1 2021-02-23 10:40:15 -05:00
82cbb528b1 Finish course 3 week 4 knapsack assignment 2021-02-15 18:55:09 -05:00
f702a6fc99 Finish course 3 week 3 assignment 2021-02-15 13:02:17 -05:00
28d5f2c664 Implement Huffman encoding 2021-02-15 11:34:41 -05:00
7dba9d03ab Start to work on Huffman encoding exercise 2021-02-14 21:08:04 -05:00
cc8a0443cb Finish course 3 week 2 assignment 2021-02-14 21:00:47 -05:00
f6102bd409 Still trying hard on cluster big assignment 2021-02-12 22:40:13 -05:00
995ee19439 Start to implement clustering big assignment 2021-02-11 13:48:46 -05:00
99abec12d1 Finish k-clustering implementation 2021-02-06 13:12:15 -05:00
687bb45eca Work on week 3 assignment 2 2021-02-05 19:28:19 -05:00
12f8f2cf43 Start to implement K-clustering 2021-02-04 21:39:38 -05:00
a13fae6ceb Finish course 3 week 1 2021-02-02 14:26:50 -05:00
b69713fb5e Implement job scheduling 2021-02-01 18:37:46 -05:00
026625a7cb Start to implement c3a1 2021-01-31 20:32:23 -05:00
bc5e250fd8 Solve two-sum programming assignment fast 2020-12-25 08:33:45 -05:00
8bbb196819 Try to improve the performance of the two-sum assignment 2020-12-23 15:19:49 -05:00
77828d0eb9 Finish assignments for course 2 2020-12-12 10:53:27 -05:00
99ef6d4d1c Clean up and get ready for two sum assignment 2020-12-12 10:19:24 -05:00
e9d0620ab5 Implement week 2 assignment 3 2020-12-10 20:04:11 -05:00
7011d04132 Start to implement heap 2020-12-09 20:33:26 -05:00
35b52154ca Finish course 2 assignment 2 naivly and clean up 2020-12-06 11:51:24 -05:00
462d70ae47 Rename data and prepare for course 2 assignment 2 2020-12-06 09:49:20 -05:00
3942628566 Clarify comments 2020-12-04 11:43:03 -05:00
e9c9396f77 Implement SSC algorithm to finish course 2 assignment 1 2020-12-04 11:40:35 -05:00
57f141fa9a Start working on course 2 assignment 1 2020-12-03 21:35:58 -05:00
b31fe7176c Run rustfmt on all rs files 2020-12-03 19:52:15 -05:00
778b665ae0 Prepare for course 2 assignment 1 2020-12-01 16:17:16 -05:00
9a8ffa64e1 Finish assignment for course 1 week 4 2020-11-28 12:59:14 -05:00
47e5fec4bd Start to implement assignment 4 2020-11-27 15:23:14 -05:00
f76f570d8b Add data for course 1 assignment 4 2020-11-27 12:14:35 -05:00
83b973f577 Finish week 3 assignment 2020-11-20 08:19:59 -05:00
a8975c0864 Work on assignment 3 2020-11-19 20:37:42 -05:00
d845ce64a4 Implement merge sort that counts inversions 2020-11-16 21:12:09 -05:00
60dfe69601 Finish week 1 problem set and merge sort in Rust 2020-11-16 20:24:01 -05:00
79a7a05b21 Implement merge sort in Python
I know, I want to do this in Rust, but prototyping in Python comes much
more natural to me. I have to work on my Rust skills!
2020-11-13 14:48:47 -05:00
e9f114bc48 Initial commit 2020-11-12 20:48:30 +01:00