Skip to content
#

problems

Here are 436 public repositories matching this topic...

Some of my competitive programming code, like implementations of various useful algorithms, data structures, and math stuff, and accepted solutions to programming problems (for example, at CodeForces and CSES). Some of the implementations contain material (usually adapted) from other sources, such as the brothers Halim.

  • Updated Feb 14, 2021
  • C++

Efficient algorithm for making informed decisions in games and other decision-making scenarios. It combines elements of simulation, random sampling, and decision tree analysis to make accurate predictions in real-time. The algorithm is written in Kotlin, a modern and expressive programming language, making it easy to understand and modify.

  • Updated Feb 8, 2023
  • Kotlin

Improve this page

Add a description, image, and links to the problems topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the problems topic, visit your repo's landing page and select "manage topics."

Learn more