Skip to content
View Trishanshv's full-sized avatar

Highlights

  • Pro

Block or report Trishanshv

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
Trishanshv/README.md

Hi, I'm Trishansh Verma

I am a 3rd-year Computer Science Engineering student focused on software development, core computer science concepts, and algorithmic problem solving. I primarily work with C++, Python, and Flutter, aiming to build robust systems and practical applications.

🎯 Actively seeking Software Development Engineer (SDE) internship and full-time placement opportunities.

Technical Focus & Skills

  • Languages: C++, Python, Dart
  • Frameworks & Technologies: Flutter, Android Development
  • Core Concepts: Data Structures & Algorithms, Optimization Techniques, Flex & Bison

Key Projects

  • Nimi-Search A mini search engine built entirely from scratch in C++. Designed without relying on standard library containers like std::vector to enforce strict, manual memory management and deepen understanding of data structures.
  • MiniLang Compiler A custom compiler developed using C++, Flex, and Bison. Focuses on lexical analysis, parsing, and abstract syntax tree generation.
  • Life App A cross-platform Flutter application designed to visually represent human lifespan data.
  • AI/ML Research Initiatives Currently engaged in research exploring operating system agents for LLMs and evaluating model behaviors based on recent methodologies like SycEval.

Currently Learning & Doing

  • Deepening my knowledge of Optimization Techniques (Simplex Method, basic feasible solutions).
  • Refining problem-solving skills in DSA to prepare for rigorous software engineering interviews.

Outside of Code

When I'm not writing code or studying, I spend time analyzing ETF markets (Nifty BeES, Gold BeES) and watching anime (mostly the Big Three).

I am currently working on a research project regarding hallutination on LLMs ,any help would be apreciated;

Feel free to reach out if you want to collaborate on core systems projects or discuss tech.

LinkedIn | Resume | Email

Pinned Loading

  1. life life Public

    Project for my resume and for personal use that helps me realise how much time i have wasted and that time never stops

    C++

  2. minilangCompiler minilangCompiler Public

    A custom compiler for a C-like language, featuring a hand-written lexer, parser, and 3-address code generator.

    C++

  3. PrizerX/FleetFlow-logistics-management-system PrizerX/FleetFlow-logistics-management-system Public

    Project submission for Odoo x Gujarat Vidyapith Hackathon '26

    TypeScript 1

  4. nimi-search nimi-search Public

    A mini search engine project developed to explore and implement fundamental data structures and algorithms for text indexing and retrieval in C++.

    C++