Skip to content

j3rrywan9/go-algorithms

Repository files navigation

Algorithms implemented in Go

Data Structures

  1. Stack
  2. Queue
  3. Linked list
  4. Binary tree

Sorting

  1. Bubble sort
  2. Insertion sort
  3. Selection sort
  4. Merge sort
  5. Quick sort

Search

  1. Binary search

LeetCode

Number Problem
1 Two Sum
19 Remove Nth Node From ENd of List
66 Plus One
83 Remove Duplicates from Sorted List
146 LRU Cache
203 Remove Linked List Elements
206 Reverse Linked List
237 Delete Node in a Linked List
258 Add Digits

Interview Questions

  1. Look and Say

About

Algorithms implemented in Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages