Search

5 results

Document Interactive Visualizations on Coding Platforms

Practical project building Monkeycode, a code-judging platform that renders author-authored interactive visualization plugins via sandboxed iframes, with a LaTeX-to-Markdown parsing pipeline, Kattis Problem Format support, and a custom Rust judge system using isolate for sandboxed execution, benchmarked against a static-text control group at a live coding event.

Document AI to solve Othello game

Practical project implementing and benchmarking an Othello AI based on the MiniMax search algorithm with alpha-beta pruning and a weighted heuristic evaluation function, with the purpose of comparing win rates and computation time across different search depths and evaluation strategies.

Document Map of Denmark

Practical project implementing a Geographic Information System (GIS), in Java and JavaFX, with the purpose of rendering OpenStreetMap data and implementing core algorithms and data structures such as KDTrees, Tries, priority queues, and A*/Dijkstra pathfinding.

Document [Danish] Sorteringsalgoritmer teoretisk og i praksis

Praktist projekt med implementerede af fem forskellige sorteringsalgoritmer i Rust, for formål for at teste og benchmark tids- og pladskompleksitet for hver algortime.

Document [Danish] Elliptic Curve kryptering i Bitcoin

Undersøger Bitcoin og de underliggende teknologier som kryptering, blockchain og hashing-funktioner - Samt en implementering af Elliptic Curve Cryptography (ECC) og ECDSA med Typescript.