Skip to content
View rogercoding's full-sized avatar

Block or report rogercoding

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
rogercoding/README.md

Hi 👋, I'm Anshuman Sinha

A passionate Software Engineering Student from India

Pinned Loading

  1. Trading-System-Base-Design Trading-System-Base-Design Public

    A basic Python trading system that tracks stock prices, executes buy/sell orders based on set conditions, and manages portfolio and transactions.

    Python 10 2

  2. Binary-Search-Tree Binary-Search-Tree Public

    This Java program implements a Binary Search Tree (BST) with basic operations: node insertion, key searching, and in-order traversal. It demonstrates efficient data storage, retrieval, and sorted d…

    Java 10 1

  3. Stack-Operations Stack-Operations Public

    A stack is a LIFO data structure supporting push (add to top) and pop (remove from top) operations. It includes is_empty to check if empty and peek to view the top item without removal.

    Java 10 1

  4. Kruskal-Algorithm Kruskal-Algorithm Public

    Code function in python to implement kruskal algorithm in a optimized way. This code can be integrated in larger codebase

    Python 10 2