Skip to content

tedklin/back-to-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

248 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Back to basics

This repository is an informal collection of my self-study/review efforts on basic topics and tools.

Suggestions, corrections, and critiques are welcome!

Directory layout

- math/
    - thinking/
        - Problem-solving (*Polya*) and proof-writing (*Velleman*).

- algorithms/
    - notes/
        - Notes on general fundamentals.
    - exercises/
        - Practice and notes on problem-solving using data structures and algorithms.

- pl-usage/
    - cpp/
        - primer/
            - Thorough notes on *C++ Primer (Lippman)*.
        - exercises/
            - Basic exercises in C++.
        - graphlib/
            - A naive attempt at creating an extensible C++ graph library.
    - java/
        - notes/
            - Condensed notes on the Java language and parts of the standard library.
    - python/
        - notes/
            - Condensed notes on the Python(3.9) language and parts of the standard library.
    - rust/
        - rustlings/
            - https://github.com/rust-lang/rustlings

About

Self-study collection

Resources

Stars

Watchers

Forks