Coder Social home page Coder Social logo

java-verse's Introduction

java-verse


Java Banner

A repository that contains all my Java programs in the given directories. You are free to learn or use the programs.

To contribute to this repository:

  1. Fork the repository.
  2. Create a branch with the name: (username)-(program). [Eg: octocat-binarysearch].
  3. Add your commits (if possible follow the conventional commit guidelines).
  4. Send in a Pull Request.
  5. (Optional) Request for review.

JavaBasic Programs

Filename Description Visit Download
HelloWorld.java Print "Hello World" ▶️ ⬇️
GreetUser.java Get username and greet the user ▶️ ⬇️
MultiplicationTable.java Print multiplication of number x from 1 to given limit ▶️ ⬇️
Fibonacci.java Print the fibonacci series upto n terms ▶️ ⬇️
PrimeChecker.java Check whether a number is prime or not ▶️ ⬇️
PrimeGenerator.java Generate prime numbers upto n terms ▶️ ⬇️
Power.java Calculate the value of x^y using pre defined java methods ▶️ ⬇️
ArmstrongNumber.java Check whether a number is an armstrong number or not ▶️ ⬇️
RandomNumber.java Generate a random number with the given min and max limit ▶️ ⬇️

Java Pattern Programs

Filename Description Visit Download
RightTriangle1.java Print Right Angle Triangle (Basic pattern program) ▶️ ⬇️
RightTriangle2.java Print Right Angle Triangle with even and odd row variation ▶️ ⬇️

Java Recursion Programs

Filename Description Visit Download
Fibonacci.java Print fibonacci series using a recursive method ▶️ ⬇️
Factorial.java Print factorial of a number using a recursive method ▶️ ⬇️
SumNaturalNum.java Print the sum of first n-natural numbers using a recursive method ▶️ ⬇️

Java Implementation of Design Analysis and Algorithm course

Filename Description Visit Download
Euclidean GCD Calculate gcd using Euclidean algorithm ▶️ ⬇️

More Programs will be added soon

Last but not least, I am happy to welcome any contributions in the form of bug fixes (if any), some java codes, documentation work or anything else.

Make sure to STAR this repository, it will help you someday 😉.

java-verse's People

Contributors

thekodeking avatar kesav890 avatar

Stargazers

Sahil Wankhade avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.