/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.adamconrad.dev
| | jobjo.github.io

Memoization is a strategy for preventing values to be computed multipletimes. The sledgehammer approach in OCaml is a function with the signature:
3.3 parsecs

Travel
| |
| | asthasr.github.io

Opinions and discussions of various topics, mostly related to programming.
4.0 parsecs

Travel
| |
| | bayesianneuron.com

[AI summary] The user has shared a detailed exploration of optimizing the 0/1 Knapsack problem using dynamic programming with Python and NumPy. They discuss various optimization techniques, including reducing memory usage with a 2-row approach, vectorization using NumPy's `np.where` for faster computation, and the performance improvements achieved. The final implementation shows significant speedups, especially for large-scale problems, and the user highlights the importance of vectorization and efficient memory management in computational tasks.
4.0 parsecs

Travel
| |
| | developerlife.com

This tutorial is part of a collection of tutorials on basic data structures and algorithms that are created using Kotlin. This project is useful if you are trying to get more fluency in Kotlin or need a refresher to do interview prep for software engineering roles.
36.7 parsecs

Travel
|