/coding-problems

[BORED] Solutions to coding problems I solve for shits and giggles 😂

Primary LanguageSwift

Coding Problems

Bored Jessica solves coding problems for fun 😬
These are those 🎉

Structure

This repository is structured based on data structure first, and then difficulty level.
Each data stucture has its own playground with a problem per page.

As you flip through the pages the problems will gradually get more difficult.
My solutions can be found within the Sources folder of the page and includes line by line explanation 😱 <- I KNOW.

Index

  • Array
    • First Duplicate
    • Two Sum
    • Remove Element
    • Flipping an Image