Skip to content
View rajakumarjha's full-sized avatar

Block or report rajakumarjha

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

Pinned Loading

  1. Snakes-And-Ladder-back-end-code-in-java Snakes-And-Ladder-back-end-code-in-java Public

    This is the back-end code for the very popular game snakes and ladder. The code is written in such a way that it generate the position of ladder and snakes at run time this makes the game a fair one.

    Java 1

  2. Text-Based-Unigram-search-Engine Text-Based-Unigram-search-Engine Public

    This is a text based unigram search-sort engine using concept of inverted indexing on any XML file using java development tools.

    Java 3

  3. CRUD-Operation-Spring-Boot-App CRUD-Operation-Spring-Boot-App Public

    This is a in-memory-CRUD-Operation-Spring-Boot-App. This has following features: 1. Create 2. Read 3. Update 4. Delete This is very basic springboot application demostrating very basic CRUD operati…

    Java 1

  4. In-Memory-Swiggy-App In-Memory-Swiggy-App Public

    This application I have tried to handle end to end process of order management. There will be many restaurants, users. User can select restaurant and select the foods from list of food available in…

    Java 1

  5. Optimised-DS-to-process-student-record Optimised-DS-to-process-student-record Public

    This is a java application to process student data considering the time complexity. User should be able to (Functionality) Add new student Search student with Id delete student Exit this app saving…

    Java