Skip to content

idexter/algorithms-and-datastructures

Repository files navigation

Algorithms and Datastructures

test codecov Go Report Card

This repository stores my solutions for problems from sites like LeetCode, HackerRank, etc.

Some of them can be not efficient by default. I didn't set the goal to make the most effective solution. So be careful if you decide to use them.

There are two reasons I hae made this repository:

  • The first one is to improve my own algorithmic and problem-solving skills. Mostly because I self-taught software engineer.
  • The second one, is try to avoid algorithmic interviews. 🥲

I think knowledge of algorithms and data structures is pretty useful, but at the same time a lot of companies overuse them on technical interviews. Especially when it happens due interview for senior and lead positions. Anyway. Enjoy the code, improve yourself and don't stop learn new things.

NOTE: I don't have all tests from platforms described below, so I have made my own tests for some solutions.

Index

LeetCode

HackerRank

Usage

Just use default make target. It will run golint and tests:

make

About

My solutions from sites such LeetCode, HackerRank, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published