Skip to content
View naveen15529's full-sized avatar

Block or report naveen15529

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

Popular repositories Loading

  1. SRMS-PROJECT SRMS-PROJECT Public

    This C program manages student records using a CSV file. It loads, displays, adds, searches, and deletes student data stored in a struct array. Users interact through a menu, and changes are saved …

    C++

  2. STACK-SIMULATION STACK-SIMULATION Public

    This C program implements a stack using an array with push, pop, peek, and display operations. It also evaluates postfix expressions by pushing operands and applying operators using the stack. A me…

    C++

  3. Smart-Group-Travel-Planner Smart-Group-Travel-Planner Public

    Smart Group Travel Planner -A real-world travel planning application that helps users choose the best combination of travel options within a fixed budget using Dynamic Programming (0/1 Knapsack).

    JavaScript