Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 579 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 579 Bytes

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