Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masumrazait/javaprograms
Welcome to the Java Coding Practices repository, a curated collection of Java code examples covering essential interview topics. Each section provides detailed solutions and explanations to help you strengthen your coding skills.
https://github.com/masumrazait/javaprograms
codepractice coding coding-interviews java
Last synced: about 1 month ago
JSON representation
Welcome to the Java Coding Practices repository, a curated collection of Java code examples covering essential interview topics. Each section provides detailed solutions and explanations to help you strengthen your coding skills.
- Host: GitHub
- URL: https://github.com/masumrazait/javaprograms
- Owner: masumrazait
- Created: 2023-08-17T13:44:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T18:45:50.000Z (4 months ago)
- Last Synced: 2024-09-07T19:45:51.939Z (4 months ago)
- Topics: codepractice, coding, coding-interviews, java
- Language: Java
- Homepage:
- Size: 269 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Coding Practices for Interviews
Welcome to the Java Coding Practices repository, a curated collection of Java code examples covering essential interview topics. Each section provides detailed solutions and explanations to help you strengthen your coding skills.
## Table of Contents
1. [Arrays](#arrays)
2. [Strings](#strings)
3. [Linked Lists](#linked-lists)
4. [Trees](#trees)
5. [Sorting and Searching](#sorting-and-searching)
6. [Dynamic Programming](#dynamic-programming)
7. [Recursion](#recursion)
8. [Hashing](#hashing)
9. [Graphs](#graphs)## Getting Started
Clone this repository to your local machine to access the Java code examples. Each section contains practical implementations, and detailed explanations accompany the code.
## Topics Overview
### Arrays
- **Maximum Element:** Find the maximum element in an array.
- **Rotate Array:** Rotate elements in an array.### Strings
- **Reverse String:** Implement a function to reverse a string.
- **Anagram Check:** Check if two strings are anagrams....
## Contributing
Contributions to this repository are welcome. If you have additional coding examples or improvements, feel free to submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE). You are free to use, modify, and distribute the code in accordance with the terms of the license.
Happy coding!