algorithmsgolang

module
v0.0.0-...-ba07c95 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2020 License: MIT

README

AlgorithmsGolang

I started working on this repo as a way to showcase my skills in algorithms and data structures. During the process I realized that there are some common pattern which can be extended to many type of algorithms. Any problem can be converted into one of these base patterns.

The number of problems I have here is more than the base patterns.

I have created this repository to provide those important patterns that will help people to prepare for interviews.

The algorithms here are not comprehensive and the repo is still a work in progress

Patterns

Dynamic Programming
  • Fibonacci Problem
  • Frog Jumping Problem
  • Coin Change Problem
  • Game Scoring Problem

Directories

Path Synopsis
Pythagorean Triplets Given an array find all the pythagorean triplets (a^2 + b^2 = c^2)
Pythagorean Triplets Given an array find all the pythagorean triplets (a^2 + b^2 = c^2)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL