Giter VIP home page Giter VIP logo

algo-ds's People

Contributors

aryankush25 avatar aseembansal1998 avatar bamsarts avatar gupta-shifali avatar iamar7 avatar jiveshsachdeva avatar kartikvij avatar madhurgupta10 avatar ms10398 avatar nikhil16-bhaskar avatar nikhilbansal97 avatar raviigarg avatar rishavk773 avatar sachincool avatar sumit-119 avatar tanyachutani avatar technophile7 avatar teodor1998 avatar the-cybersapien avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

algo-ds's Issues

[algorithms][sorting] Merge Sort

Implement Merge Sort in the following Languages:

  • C
  • C++
  • Java
  • Javascript
  • Python
  • Kotlin

Suggest more Languages and claim that PR!

Pernicious Number

n number theory, a pernicious number is a positive integer where the Hamming weight (or digit sum) of its binary representation is prime.

Example-
The first pernicious number is 3, since 3 = 112 and 1 + 1 = 2, which is a prime. The next pernicious number is 5, since 5 = 1012, followed by 6, 7 and 9.

[algorithms][misc] Fibonacci Series

Given a user provided number N, generate the first N numbers in the fibonacci sequence.
This has to be done in both recursive as well as iterative manner.

Implement the following conversion in the following Languages:

  • C
  • C++
  • Java
  • Python
  • Kotlin

Suggest more Languages and claim that PR!

[algorithms][sorting] Heap Sort

Implement Heap Sort in the following Languages:

  • C
  • C++
  • Java
  • Javascript
  • Python
  • Kotlin

Suggest more Languages and claim that PR!

[algorithms][misc]Sum of two binary numbers

Given two binary numbers and print the sum

Implement the following conversion in the following Languages:

  • C
  • C++
  • Java
  • Python
  • Kotlin

Suggest more Languages and claim that PR!

[algorithms][sorting] Quick Sort

Implement Quick Sort in the following Languages:

  • C
  • C++
  • Java
  • Javascript
  • Python
  • Kotlin

Suggest more Languages and claim that PR!

[Algorithms][Searching] Implement Binary Search

Given a user-provided list of numbers, implement binary search.

Implement the following conversion in the following Languages:

  • C
  • C++
  • Java
  • JavaScript
  • Python
  • Kotlin

Suggest more Languages and claim that PR!

[algorithms][sorting]Radix Sort

Implement Radix Sort the following conversion in the following Languages:

  • C
  • C++
  • Java
  • Python
  • Kotlin
  • Java
    Suggest more Languages and claim that PR!

[algorithms][Conversions] HexaDecimalToDecimal and Reverse

Given a user provide Hexadecimal number N, get the decimal equivalent of N.
Also given a number N in decimal, convert it to Hexadecimal.

Implement the following conversion in the following Languages:

  • C
  • C++
  • Java
  • Python
  • Kotlin

Suggest more Languages and claim that PR!

[Algorithms][Searching] Breadth First Search

Given a user-provided list of numbers, implement Breadth First Search.

Implement the given algorithm in the following Languages:

  • C
  • C++
  • Java
  • JavaScript
  • Python
  • Kotlin

Suggest more Languages and claim that PR!

[algorithms][Conversions] OctaltoDecimal

Given a user provide octal number N, get the decimal equivalent of N.
Also given a number N in decimal, convert it to Octal.

Implement the following conversion in the following Languages:

  • C
  • C++
  • Java
  • Python
  • Kotlin

Suggest more Languages and claim that PR!

[algorithms][Conversions] BinaryToDecimal and Reverse

Given a user provide number N in binary, get the decimal equivalent of N.
Also given a number N in decimal, convert it to Binary.

Implement the following conversion in the following Languages:

  • C
  • C++
  • Java
  • Javascript
  • Python
  • Kotlin

Suggest more Languages and claim that PR!

Pernicious numbers

A pernicious number is a positive integer whose population count is a prime.

The population count is the number of ones in the binary representation of a non-negative integer.
For example- if the sum of digits in binary representation of a positive number is prime then it is a prenicious number.

Mersenne Prime Number

A Mersenne prime is a prime number that is one less than a power of two. That is, it is a prime number of the form Mn = 2n โˆ’ 1 for some integer n.

[algorithms][searching] Depth First Search

Given a user-provided list of numbers, implement Depth First Search.

Implement the following conversion in the following Languages:

  • C
  • C++
  • Java
  • JavaScript
  • Python
  • Kotlin

Suggest more Languages and claim that PR!

[algorithms][Conversions] BaseXtoDecimal

Given a user provide base x and a number N, get the decimal equivalent of N.

Implement the following conversion in the following Languages:

  • C
  • C++
  • Javascript
  • Java
  • Python
  • Kotlin

Suggest more Languages and claim that PR!

[algorithms][misc] Reverse a number

Reverse a given number

Implement the following conversion in the following Languages:

  • C
  • C++
  • Java
  • Python
  • Kotlin

Suggest more Languages and claim that PR!

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.