Base.cs Podcast
1) S1:E6 - "A friendly intro to Big O Notation"
Big O Notation can be scary. But it doesn't have to be! We unpack this popular cs topic and show you how to use it to evaluate different data structures (like linked lists!) and make better programmin...Show More
2) S9:E8 - "In the end, the code you take is equal to the code you make"
It is the end of the Base.cs series, so we answer some of your questions and take a look back at some of our favorite moments!
3) S9:E7 - "This way to translate is le-JIT"
This episode is going to make you want to dance the JIT-ter Bug.
4) S9:E6 - "Two translators, both alike in dignity"
What are you going to choose, compilation or interpretation?
5) S9:E5 - "Paring down our parse trees with AST"
We get into abstract syntax trees, (usually just referred to as an AST), which is really nothing more than a simplified, condensed version of a parse tree.
6) S9:E4 - "Confused about compilers?"
We phase into understanding compilers by getting into phase one of how compilers work: lexical analysis.
7) S9:E3 - "Parsing out parse trees"
What exactly is a the computer version of a “sentence”? And how do we go about diagramming it, exactly?
8) S9:E2 - "Speeding up our traveling salesperson"
In our last episode we were a little disappointed that our salesperson was traveling in factorial time, so now we are speeding them up!
9) S9:E1 - "Take a journey with the Traveling Salesman"
Make your salesperson the most efficient around by using the Hamiltonian path.
10) S8:E8 - "Memoizing all the things in dynamic programming"
Get the memo and memoize!