Obsidian for studying
vincentandreas.medium.com·5h·
Discuss: r/ObsidianMD
Flag this post

4 min readMar 17, 2024

Do you know about Obsidian.md ?

it’s a note taking app, using Markdown format, that has the advantage of connecting 1 idea or note to another.

I tried to use Obsidian, to keep track while I’m learning more about DSA (Data structure and Algorithm). There’s some main topics in DSA, from the data type itself (Hash, Array, Struct), to the algorithm (BFS, DFS, Dynamic programming, Sorting, Greedy algorithm), and like mathematical questions, there are many ways to solve one problem.

There are some features in obsidian. Here are some:

Tags

it’s just a usual tag, like in any other platforms, I usually use this just to mark something, e.g. To-Do items, need to retry, etc.

Links

Unlike tags, Link can connect notes together, so you can jump to di…

Similar Posts

Loading similar posts...