Tag: .py
All the articles with the tag ".py".
Jane Street's Puzzles October 2024: Knights Moves 6
Published: at 01:02 PMThrough a combination of DFS, Sympy, and key optimizations, I enhanced a brute-force approach to find the correct solution to this month’s Jane Street puzzle.
Building a Probability-Based Random Number Generator
Published: at 04:04 PMRecently, I tackled an interesting coding task; the objective was to implement a method, `next_num()`, that generates random numbers based on predefined probabilities.