Skip to content

[Hacktoberfest 2019] Any amazing 🔥 💯 code you may think of in Java, Let's compile all of them here, also a ⭐ never hurts :)

License

Notifications You must be signed in to change notification settings

fazreil/Let-Us-Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let-Us-Java

Any amazing 🔥 code you may think of in Java, let's compile all of them here, also a ⭐ never hurts 😁

Contents

<<<<<<< HEAD

  1. Snake Game Applet
  2. Add Fibonacci numbers
  3. Matrix Operations
  4. Tree
  5. Permutation of a string
  6. Palindrome number checking
  7. OTP Generator
  8. Simple-DES encryption algorithm
  9. Calculate Pi
  10. Dynammic Programming
  11. FindMinimumRotatedSortedArray
  12. Find Prime
  13. Pass Generator
  14. NoMatcher.java
  15. Sorting Algorithms (BubbleSort)

Compiling projects

This project is organized according to the convention of Maven project. Make sure you have apache maven installed. The default maven goal is mvn clean install however you may just run mvn to compile at the project level, or at the module level.

~/checkouts/Let-Us-Java >>> mvn

Documentation

To generate the documentation, you may use doc profile when running maven. It will perform maven goal mvn site:site site:stage. Find the generated document in ./target/staging/ directory

~/checkouts/Let-Us-Java >>> mvn -P doc

=======

  1. Add Fibonacci numbers
  2. Armstrong number
  3. Calculate Pi
  4. Class usage questions
  5. Codechef questions
  6. Dynammic Programming
  7. Find Minimum Rotated Sorted Array
  8. Find Prime
  9. Kickstart questions
  10. LeetCode Solutions
  11. Matrix Operations
  12. OTP Generator
  13. Palindrome checking
  14. Pass Generator
  15. Password validation in Java
  16. Permutation of string
  17. Random interview qustions
  18. Simple DES encryption algorithm
  19. Snake game applet
  20. Sorting algorithms
  21. Steganography
  22. Towers of Hanoi
  23. Tree

codenerve/master

Contributors

codenerve/master

About

[Hacktoberfest 2019] Any amazing 🔥 💯 code you may think of in Java, Let's compile all of them here, also a ⭐ never hurts :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%