Skip to content
/ cjp Public

ChisKien's Java Playground contains various topics such as DSA, Design Pattern, and System Design

License

Notifications You must be signed in to change notification settings

chiskien/cjp

Repository files navigation

☕ ChisKien's Java Playground

Build Java 21 License

A comprehensive workspace for mastering Java, Data Structures, Algorithms, and Design Patterns

Knowledge RoadmapLicense


📋 Table of Contents


🎯 Overview

This repository serves as a comprehensive Java playground for exploring:

  • Data Structures & Algorithms - Implemented from scratch using core JDK only
  • Design Patterns - Real-world problem solutions, not just academic examples
  • Java Core Concepts - Deep dives into concurrency, collections, and best practices
  • Clean Code - Following industry standards and modern Java idioms

Core Principles

No external libraries - Pure JDK implementations (no Google Guava, Apache Commons)
🔧 Build from scratch - Deep understanding through implementation
🎯 Real-world focus - Practical problems over theoretical exercises
📚 Understand, don't memorize - Conceptual mastery is key


🧠 Learning Guide

How to Learn Effectively

1️⃣ Slow Down - Understanding > Memorization

Don't just read—stop and think. Imagine someone is actually asking you the question.
The more deeply your brain is forced to think, the better your chance of learning and retention.

2️⃣ Do the Exercises - Write Your Own Notes

Implement solutions yourself from scratch.
Write your own documentation based on your understanding, not copy-paste.

3️⃣ Sleep on It - Let Your Brain Process

Make this the last challenging thing you read before bed.
There's a process of transferring knowledge from short-term to long-term memory.
Your brain needs time for consolidation.

4️⃣ Teach Out Loud - Activate Different Brain Regions

Speaking activates a different part of the brain.
Explain concepts to someone else (or even yourself) to increase retention.

5️⃣ Stay Hydrated - Drink Water 💧

Your brain is 73% water. Keep it functioning optimally.

6️⃣ Listen to Your Brain - Take Breaks

Don't push through exhaustion. Rest when needed.
Quality study time beats quantity every time.

7️⃣ Feel Something - Make It Memorable

Connect emotional experiences to concepts.
Frustration, excitement, "aha!" moments—they all help memory formation.

8️⃣ Apply Every Day - Consistency Wins

Daily practice, even 30 minutes, beats weekend cramming.
Build the habit, build the skill.


📚 Resources

📖 Data Structures & Algorithms

Books

  1. Introduction to Algorithms (4th Edition) - CLRS (MIT Press)
  2. Data Structures and Algorithms in Java - Robert Lafore
  3. Elements of Programming Interviews in Java - Aziz, Lee, Prakash
  4. The Algorithm Design Manual - Steven Skiena
  5. Algorithmic Thinking - No Starch Press
  6. Classic Computer Science Problems in Java - David Kopec

Video Courses

Course Description
CS50 The crème de la crème of introductory CS 🏆
MIT OpenCourseware Comprehensive algorithms course from MIT
Abdul Bari Simply the best for visual learners 🎯
NeetCode Interview-focused problem patterns
Algorithms (Princeton) Robert Sedgewick's legendary course

🎨 Design Patterns

Books

  • Head First Design Patterns (4th Edition)
  • Design Patterns: Elements of Reusable Object-Oriented Software - Gang of Four
  • System Analysis and Design - Dennis, Wixom, Roth

Online Resources


☕ Java Core

Books

  • Java OCP 21 - Oracle Certified Professional
  • Modern Java in Action - Raoul-Gabriel Urma
  • Effective Java (3rd Edition) - Joshua Bloch
  • Java Cookbook (5th Edition) - Ian Darwin
  • Optimizing Java - Evans, Gough, Newland
  • Java Generics and Collections - Naftalin, Wadler

🗂️ Project Index

Explore the codebase by topic:

# Topic Description Link
1️⃣ Data Structures & Algorithms Core DSA implementations and problem solutions 📂 View
2️⃣ Design Patterns Gang of Four patterns with real-world examples 📂 View
3️⃣ Effective Java Best practices from Joshua Bloch's book 📂 View
4️⃣ Java Core Threading, collections, I/O, and modern Java features 📂 View
5️⃣ DSA Exam Generator Automated exam generation and testing system 📂 View

🚀 Getting Started

# Clone the repository
git clone https://github.com/chiskien/datastructure-and-algorithms.git
cd datastructure-and-algorithms

# Build the project
mvn clean install

# Run tests
mvn test

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with ☕ and 💻 by ChisKien

⭐ Star this repo if you find it helpful!

About

ChisKien's Java Playground contains various topics such as DSA, Design Pattern, and System Design

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors