Skip to content

jfullstackdev/java-coding-problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b7863a · Jul 22, 2024

History

40 Commits
Apr 8, 2024
Aug 20, 2022
Aug 1, 2022
Jul 22, 2024

Repository files navigation

Java Coding Problems

Hits

These are the most coding problems during technical interviews, as I experienced it myself.

Disclaimer

Please note that this project is presented as a showcase of my work during a specific period. It represents a snapshot of my skills and accomplishments at that time. As such, this project is no longer actively maintained or updated. It is kept public for demonstration purposes and may not reflect my current abilities or the latest best practices in the field.

However, feel free to learn from this archived project, preserved as it was during that specific period !

Running The Code

It's the convenience of the Codespaces online! Simply create a Codespace, you don't need to install anything, just simply run using Bash.

Also starting Java 11, you can now run it even without compiling !

cd src

then

java [NameOfTheFile].java

this is the interface of the online Codespaces

image

enjoy !

Source Code

Problem Link
Binary Search View
Checking Palindrome View
Inheritance View
Integer Array Sum View
Merge Sort View
Prime Number Checker View
Fibonacci Series View
Remove A Character View
Remove Whitespaces View
Reverse A Linked List View
Reverse A String View
Shuffle Array View
Sort Array View
Check Vowels View

License

This is based on :

https://www.journaldev.com/370/java-programming-interview-questions

I don't know about the specific license the author used but I'm still including his link for his copyright.

When you copy my work, include the author's link and my MIT license for my modifications.

More Of My Content