Skip to content

My implementation of useful data structures, algorithms

Notifications You must be signed in to change notification settings

yuynwa/coding-exercises

Repository files navigation

coding-exercises

My implementation of useful data structures, algorithms

This repository contains my implementation of useful data structures, algorithms.

  • If a file name starts with 'lc', it's a problem from leetcode.com
  • If a file name starts with 'hr', it's a problem from hackerrank.com
  • If a file name starts with 'g4g', it's a problem from geeksforgeeks.org
  • Otherswise, it's a problem from both hackerrank and leetcode, or just a problem

Written in Python3, Swift and Go. This project is heavily inspired by Chip Huyen, thanks !

Algorithms

Arrays

Sorting

Dynamic Programming

Recursion

Data Structures

Linked Lists

Stack

Tree

Queue & Dequeue

Programming Puzzles

String

Mathematical Math

About

My implementation of useful data structures, algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published