Programming
Ctrlk
  • Programming
  • 01. Languages
    • JavaScript
    • Go Lang
    • Scala
    • Python
    • Primitives
  • 02. Tools
    • Git
    • Mac Setup
    • VS Code
  • 03. Paradigms
    • Functional Programming
    • FRP
  • 04. Design
    • Clean Code
    • SCIP
    • Design
    • Architecture
    • Practice
  • 05. Algorithms
    • Algorithms
    • Data Structures
    • Concurrency
  • 06. Testing
    • Testing
    • Performance
Powered by GitBook
On this page
  • How
  • Math
  • Illustrated Guide
  • Memory

Was this helpful?

  1. 05. Algorithms

Algorithms

LogoGitHub - mgechev/javascript-algorithms: 💻 JavaScript implementations of computer science algorithmsGitHub
LogoGitHub - donnemartin/interactive-coding-challenges: 120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.GitHub
LogoGitHub - TheAlgorithms/Python: All Algorithms implemented in PythonGitHub

Как только структуры данных окончательно определены, в алгоритме все обычно становится на свои места и программная реализация уже не представляет собой никакой сложности.

How

  • Как учить алгоритмы

Math

  • Правила алгебры

Illustrated Guide

  • Visualising data structures and algorithms through animation

Memory

  • Когда «О» большое подводит

  • Миф о RAM и O(1)

  • 500 Data Structures and Algorithms interview questions and their solutions

  • Repository which contains links and resources on different topics of Computer Science

  • https://github.com/vicky002/AlgoWiki

  • https://bradfieldcs.com/algos/

Data Structures

https://codewords.recurse.com/issues/six/immutability-is-not-enough

PreviousPracticeNextData Structures

Last updated 4 years ago

Was this helpful?