You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Shanti Chellaram 705be60720 Initial commit 2 years ago
dynarray Initial commit 2 years ago
README.md Initial commit 2 years ago

README.md

Learning Goals:

  • Able to hit the ground running in modern software development tooling

    • Git
    • Editor
    • Compilation
  • Has a collection of portfolio projects.

  • Runs their own game server.

  • Knows where to go

  • Able to confidently start / write a program in C

Homeworks and assignments

Lesson 1:

The Industrial Revolution, Charles Babbage, and Ada Lovelace.

The industrial revolution was about breaking down complex tasks into simple pieces so more could be done faster / in parallel. The value of "

Ideas:

calculator project

end state: algebraic solver?

expression evaluator

AST generator

typecasting?

pointers

integer parsing from string

basic math

string -> integer conversion

test cases