/experiments

Tiny code to learn a new concept / understand algorithm deeply

Primary LanguagePythonApache License 2.0Apache-2.0

Experiments

Static Badge

Experiments is a repository housing small-scale projects, each serving to deepen my comprehension of various concepts.

It spans across programming languages, algorithms, computer network, neural networks, software engineering, and more.

Users might utilize these mini-projects for deliberate practice.

Philosophy

Here's my philosophy of building this project, hope it could help you to build your own repo.

  • The best way to understand a concept that you are not familiar with is to implement it.
  • Three steps to reinvent a wheel:
    • Find things you are curious about.
    • Redesign the core part.
    • Forget about it and move on.
  • Do things with consistency. Learning one hour per day for ten days is better than learning ten hours in one day.
  • Less is more. Slow is fast.

💾 Installation

Every single file is a standalone project, so the only thing you need to do is to clone this repo with the following command.

git clone https://github.com/FateScript/experiments.git