Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Example C-ish (C++ flavored C) of some classic data structures and algorithms (DSA) problems.

License

Notifications You must be signed in to change notification settings

axelriet/InterviewBasics

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are C-ish (mostly C with some light C++ flavoring) tutorials for DSA learning in low-level languages.

  • BST - Binary Search Tree - learning only.
  • Fib - Compute ntn Fibonacci number, recursive and memoized - learning only.
  • MaxHeap - Maximum heap (top-k items, or PQ) - learning but can be extended to store KV pairs.
  • RingBuffer - A fairly good (and fast) circular buffer of bytes.
  • Sudoku - A 9x9 Sudoku board solver using recursion/backtracking.

Licensed under CC0 1.0 Universal -- Do whatever you want except claiming this work your own.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.