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.

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. WikiEngine WikiEngine Public

    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. OrbitalMechanics OrbitalMechanics Public

    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++ 1

  3. Ply Ply Public

    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-model schellings-segregation-model Public

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

    Python