Skip to content

Coding interview data structures and algos in plain C

Notifications You must be signed in to change notification settings

aospan/coding_onepager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Coding OnePager

Coding interview data structures and algos in plain C

Usage

  1. Open coding_onepager.c and click copy raw content.
  2. Paste to hackerrank.com, leetcode.com or other platforms

Implemented features:

  • Sort:
    • Insertion Sort
    • Quick sort
    • Heap sort
    • Pancake sort
  • Search:
    • Binary search
  • Hashtable
  • Stack
  • Queue
  • Graph (adjacency list graph)
  • Helpers:
    • power (no math.h required)
    • print array
    • swap elements
    • flip array
    • find max element

About

Coding interview data structures and algos in plain C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages