Home
Cancel

Weekly logs on Notion

For the last 6 years, I have been interested in writing and sharing my thoughts. I have written tens of drafts for articles that I think are useful, worth reading, and interesting to others, or at ...

How I write my notes [Part 1]

In this post, I will share the tools that I use, my general thoughts about the setup, and an example of how I would go about writing a note. Here are the tools that I use to have an active and pro...

How I Learn

Requirements iPad Laptop/PC Google Drive/DropBox/any cloud storage Consume the content When I read from an article, PDF, or any text-based resource, I follow the following rules: Use tw...

[Project] Travelling salesman problem

Description This is a final report for analysis of solving the travelling salesman problem using multiple algorithms and the analysis of those algorithms. Algorithms that Solve TSP Brute Force S...

Linux vs. FreeBSD vs. Windows

Introduction This paper presents a comparison between Linux, FreeBSD, and Windows in three areas: concurrency, I/O, and memory management. In addition, in each area, I will discussing about the di...

[Project] Exploring Robot

Instructions Code A* Download world.csvPreview the document Write a program to create a 4-connected graph and run an A* search from vertex (0,0) to vertex (19,19) across the obstacle map pr...