abhishek-kumar09/practice-questions — explained in plain English
Analysis updated 2026-07-19 · repo last pushed 2021-07-25
Study solved Java coding problems to prepare for technical job interviews.
Learn how to structure Java solutions for classic algorithm puzzles.
Pull example exercises to create assignments for students.
| abhishek-kumar09/practice-questions | davorpa/musical-surveyor-springboot-api | gaearon/closure-compiler | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | Java | Java | Java |
| Last pushed | 2021-07-25 | 2023-09-25 | 2017-11-07 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 1/5 | 3/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
No setup required, this is a read-only collection of Java files with no build tools or documentation.
This repository is a personal collection of practice questions for data structures and algorithms, written in Java. It is essentially a workbook of coding problems that someone has worked through to learn or practice fundamental computer science concepts. Data structures and algorithms are the foundational building blocks of software. They dictate how information is organized and how efficiently a program can solve problems. By working through these types of questions, a developer learns how to write code that runs faster and uses memory more efficiently. The project likely contains solutions to classic programming puzzles, such as sorting lists of items, searching for specific data, or working with structures like trees and linked lists. The primary audience for this project would be other learners who are studying programming. For example, a beginner learning Java might look at this code to see how experienced programmers structure their solutions to common problems. Similarly, someone preparing for a technical job interview, where these kinds of puzzles are frequently asked, could use these exercises as a study reference. Teachers or mentors might also pull from these examples to create assignments for their own students. Because this is a practice repository, it is built more for personal education than for being used as a tool in a larger software project. You would not install this into your own application. Instead, you would read through the code to understand different approaches to problem-solving. The project does not include a guide or documentation, so a non-technical reader would mostly be looking at raw Java files to see how specific logic puzzles are solved step-by-step.
A personal collection of Java solutions to classic data structures and algorithms practice problems, meant as a study reference for learners and interview prep.
Mainly Java. The stack also includes Java.
Dormant — no commits in 2+ years (last push 2021-07-25).
No license information is provided in this repository.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.