GithubHelp home page GithubHelp logo

sorting-by-smallest-prime-number's Introduction

Hello, folks!

My name is Okan and I'm a student of Computer Engineer. You can find me on LinkedIn.

๐Ÿ”ง Technologies & Tools

Find Smallest Prime Number

This is a algorithm that finds smallest prime number from input numbers. You can give numbers into the algorithm and algorithm takes to pieces numbers to smallest prime number. When prime numbers are equal, algorithm compares between input numbers.

First, user enter an input that indicates how many number will be given into the algorithm. The algorithm needs double array because it must keeps input numbers and their prime numbers so that user gave size of array and each index have 2 number(first index input, other prime number)(Example: first index is {24,2})

1

Then, user give numbers into the algorithm for finding and sorting. Input numbers are given into the array.

2

After giving numbers, the algorithm finds prime numbers of each numbers and puts prime numebrs into the second index.

3

Final part is comparing and sorting. The algorithm compares two prime numbers and puts smaller number in front of higher number. If prime numbers are equal, the algorithm compares numbers which are in first index and sorts these numbers.

4


5


๐Ÿ“ˆ GitHub Stats

Okan's GitHub stats

Readme Card

Readme Card

sorting-by-smallest-prime-number's People

Stargazers

 avatar

Watchers

 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.