This repository contains a collection of Java programs practiced from GeeksforGeeks (GFG). It's focused on building strong fundamentals in Java and improving problem-solving skills with real coding examples.
Each file in this repo is a self-contained Java program solving a specific problem or demonstrating a concept.
AddAnElementInJavaArrayList.javaCheck_if_a_Key_exists_in_a_HashMap.javaCompareTwoArrays.javaConvertArrayToArrayList.javaCopy_One_HashMap_to_Another_HashMap.javaFind_the_Occurrence_of_Words_in_a_String_using_HashMap.javaRemoveSpecificElement.javaReplaceAnElement.javaprint_all_duplicate_characters.java
- Java Collections: ArrayList, HashMap, TreeMap, LinkedList
- String Manipulation
- Array Operations
- Element Comparison
- Data Structure Conversions
- Hashing Techniques
- Duplicate Detection
- Clone the repo:
git clone https://github.com/nagaraj-s-patil/gfg-practice-collection.git