Skip to main content

Introduction

Algorithms header image

Hello, World! This section holds my take on the algorithms and data structures problems.

I began working on this around 2018 and have been working on and off since then. I started this with Python, then switched to Java, and then inevitably to Koltin. Because of Kotlin's powerful standard library, I'm continuing entirely on it.

The problems/questions were derived from several books and LeetCode. I've also included the source of the solution or any resources that assisted me in tackling/grasping it.

These docs were extracted from JavaDocs/Python docstrings by a script from its GitHub repository.

If you encounter any issues with the solution, please open a GitHub issue or, better yet, contribute a PR.

Click on and start hacking!
View By Programming Language: