Explore >> Select a destination


You are here

www.adamconrad.dev
| | cp-algorithms.com
2.8 parsecs away

Travel
| | The goal of this project is to translate the wonderful resource http://e-maxx.ru/algo which provides descriptions of many algorithms and data structures especially popular in field of competitive programming. Moreover we want to improve the collected knowledge by extending the articles and adding new articles to the collection.
| | bayesianneuron.com
4.0 parsecs away

Travel
| | [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.
| | jobjo.github.io
3.3 parsecs away

Travel
| | Memoization is a strategy for preventing values to be computed multipletimes. The sledgehammer approach in OCaml is a function with the signature:
| | swatinem.de
18.9 parsecs away

Travel
|