Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
History
Technology
Fiction
About Us
Contact Us
Copyright
© 2024 PodJoint
Loading...
0:00 / 0:00
Podjoint Logo
US
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts211/v4/0e/a0/6b/0ea06bef-d724-4ebf-61db-69b969390a17/mza_9075267775248923469.jpg/600x600bb.jpg
Programming Throwdown
Patrick Wheeler and Jason Gauci
183 episodes
18 hours ago
Programming Throwdown educates Computer Scientists and Software Engineers on a cavalcade of programming and tech topics. Every show will cover a new programming language, so listeners will be able to speak intelligently about any programming language.
Show more...
How To
Education,
News,
Tech News
RSS
All content for Programming Throwdown is the property of Patrick Wheeler and Jason Gauci and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Programming Throwdown educates Computer Scientists and Software Engineers on a cavalcade of programming and tech topics. Every show will cover a new programming language, so listeners will be able to speak intelligently about any programming language.
Show more...
How To
Education,
News,
Tech News
https://img.transistor.fm/LQjfi3_mIr7D9vqkgqI8ZGQ7caKSSvvzdsR99UWSDnc/rs:fill:3000:3000:1/q:60/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS9lcGlz/b2RlLzE0NTg0Mjkv/MTY5MTc5MjMwNS1h/cnR3b3JrLmpwZw.jpg
163: Recursion
Programming Throwdown
1 hour 29 minutes
1 year ago
163: Recursion

Episode 163 - Recursion


Intro topic: Electric Cars


News/Links:

  • Snake Game in 101 Bytes in a QR Code
    • https://www.reddit.com/r/programming/comments/15ab4ct/my_qr_code_snake_game_is_now_only_101_bytes/
  • Superconductor Rumors abound
    • https://arstechnica.com/science/2023/08/whats-going-on-with-the-reports-of-a-room-temperature-superconductor/
  • OpenWorm
    • https://github.com/openworm/OpenWorm
  • Creator of vim passes away
    • https://news.itsfoss.com/vim-creator-passed-away/


Book of the Show

  • Patrick:
    • Little Book of Common Sense Investing by Jack Bogle https://amzn.to/43YqANR
  • Jason: 
    • Mistborn Saga: https://amzn.to/3DJkUN8

Patreon Plug https://www.patreon.com/programmingthrowdown?ty=h


Tool of the Show

  • Jason:
    • reMarkable https://remarkable.com/
  • Patrick: 
    • Stellarium (iOS and Android)

Topic: Recursion

  • What is it
    • Divide-And-Conquer
    • Fibonacci numbers
  • How to (not) teach recursion
  • Practical Applications
    • Graph operations
      • Tree retrieval, balancing
      • Graph Search
    • Spatial partitioning
  • Pitfalls
    • Stack size
  • How to solve problems with recursion
    • (1) Consider the base cases
    • (2) Build the recursive step
    • (3) Look for ways the recursion will not terminate and fix
    • (4) (rest are optional) Remove global contexts
    • (5) Add memoization
    • (6) Build solutions incrementally

★ Support this podcast on Patreon ★
Programming Throwdown
Programming Throwdown educates Computer Scientists and Software Engineers on a cavalcade of programming and tech topics. Every show will cover a new programming language, so listeners will be able to speak intelligently about any programming language.