CSI (Hit Student's Branch)
@csihit
Skills & Technologies
Projects & Repositories
Recent public projects and repositories from this profile.
Typing-Speed-Test
CSSA modern Typing Speed Test built with HTML, CSS, and JavaScript. Test your typing skills with real-time WPM, accuracy, error, and timer tracking. Get instant feedback on every keystroke and improve your typing speed through an interactive and responsive interface.
Aho-Corasick-Algorithm
C++Aho–Corasick Algorithm implemented in C++ using Trie and Failure Links for efficient multi-pattern searching. Finds multiple patterns in a single text traversal, making it ideal for large-scale text processing, search systems, cybersecurity, and computational biology.
Apple-Dynamic-Island-Animation
CSSA sleek Apple Dynamic Island Animation built using HTML, CSS, and JavaScript. It recreates the iconic Dynamic Island experience with smooth expand/collapse animations, interactive notifications, fluid micro-interactions, and a responsive design. Lightweight, modern, and easy to understand for learning UI animations.
Dinic-s-Algorithm-Finding-Maximum-Flow
C++Dinic's Algorithm- Finding Maximum Flow , implemented in C++ using BFS-based Level Graphs and DFS-driven Blocking Flows for efficient maximum flow computation in directed networks. Clean, optimized, and ideal for competitive programming and graph algorithms.
Gravity-Based-Falling-Text
JavaScriptGravity-Based Falling Text built with HTML, CSS, and JavaScript featuring realistic gravity physics, smooth animations, collision detection, and responsive interactions. Designed to create dynamic, engaging text motion with a clean, interactive, and visually appealing experience.
Tarjan-s-Algorithm-efficiently-finds-Strongly-Connected-Components-SCCs-
C++An efficient C++ implementation of Tarjan's Algorithm to find Strongly Connected Components (SCCs) in a directed graph using DFS, low-link values, and a stack. Runs in O(V + E) time, making it ideal for graph analysis, dependency resolution, and competitive programming.