The Wayback Machine - https://web.archive.org/web/20200802212354/https://github.com/devMEremenko/Coding-Challenges
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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, [email protected]

About

Coding challenges, algorithms, and data structures

Topics

Resources

License

Releases

No releases published
You can’t perform that action at this time.