Skip to content

devMEremenko/Coding-Challenges

Repository files navigation

Build Status codecov.io codebeat badge GitHub license

Overview

This repository is mainly dedicated to coding challenges, algorithms, and data structures.
I use it as a sandbox and constantly update it with solved problems and learned tips and tricks.

I use Swift and Python to write solutions.

Contents

  • Algorithms
    • Pattern Searching (KMP)
    • Sorting (Quick, Merge, Heap, Counting)
    • Traversing (BFS, DFS)
  • Data Structures
    • Tree (BST)
    • Graph (AdjacencyMatrix, AdjacencyList, HashGraph)
    • Priority Queue (Heap)
    • Lists (Stack, Queue, LinkedList)
    • Buffer (RingBuffer)
    • Hashing (HashTable)
  • Courses
    • Cracking the Coding Interview. Chapter 1, 2, 3, 4
    • Pramp
    • LeetCode
    • HackerRank
    • ByteByByte
    • MyCodeSchool
    • Stepik

Contacts

Fill free to reach me out at LinkedIn, Twitter, devmeremenko@gmail.com

Releases

No releases published

Packages

No packages published