Skip to content
View arnavlul's full-sized avatar

Highlights

  • Pro

Block or report arnavlul

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. WikiEngineWikiEnginePublic

    A high-performance Wikipedia search engine built from scratch in C++. Features a custom Inverted Index for O(1) lookups, TF-IDF & PageRank for relevance scoring, and a Trie-based autocomplete system.

    C++

  2. OrbitalMechanicsOrbitalMechanicsPublic

    A high-performance C++ implementation of Hamiltonian Neural Networks (HNN) designed to learn and predict orbital trajectories while conserving energy. Features a 3D dashboard for visualizing AI pre…

    C++ 11 2

  3. PlyPlyPublic

    A negamax based chess engine, utilising a Zobrist Hashed transposition table for state evaluation, and MVV-LVA greedy move-ordering heurisitic.

    C++

  4. schellings-segregation-modelschellings-segregation-modelPublic

    A toroidal grid implementation of Schelling's Model of Segregation, along with a tester to measure societal segregation vs individual intolerance

    Python