news.shamcode.ru
  • Home
  • Contact
github

shomali11 / go-interview

  • суббота, 25 апреля 2020 г. в 00:20:17
https://github.com/shomali11/go-interview

Go
Collection of Technical Interview Questions solved with Go



go-interview Build Status Go Report Card GoDoc License: MIT

Collection of Technical Interview Questions solved with Go

  • Algorithms
    • A Star
  • Datastructures
    • Linked Lists
      • Doubly Linked List
      • Singly Linked List
    • Maps
      • Hash Multi Maps
      • LRU Caches
    • Trees
    • Priority Queues
    • Queues
    • Sets
      • Hash Multi Sets
      • Hash Sets
    • Stacks
  • Evaluations
    • Postfix
    • Repeating Fractions
  • Lists
    • Detect Cycle
    • Detect Intersection
    • Reverse List
  • Numbers
    • Armstrong Number
    • Base Conversions
    • Count Digits
    • Excel Column Conversions
    • Fibonacci Number
    • Leap Years
    • Palindromes
    • Perfect Number
    • Power Function
    • Prime Number
    • Reverse
  • Stacks
    • Balanced Parantheses
  • Slices
    • Duplicates
    • Group Anagrams
    • Min Meeting Rooms
    • Rotations
      • Count Rotations
      • Minimum in Rotated Array
  • Streams
    • Moving Average
    • Running Average
    • Running Median
  • Strings
    • Add Binary Strings
    • Palindromes
      • Palindrome Sentences
      • Palindrome Strings
    • Reverses
      • Reverse Sentences
      • Reverse Strings
    • Sort
    • Break Words
  • Trees
    • Invert Binary Trees
    • Longest Distinct Paths
    • Print By Columns
    • Print By Levels