Git Product home page Git Product logo

Yash Vardhan Tyagi's Projects

amicable-number-java icon amicable-number-java

Amicable numbers are two different numbers related in such a way that the sum of the proper divisors of each is equal to the other number. The smallest pair of amicable numbers is (220, 284).

armstrong-number-program-java icon armstrong-number-program-java

Armstrong number is a number that is equal to the sum of cubes of its digits. For example 0, 1, 153, 370, 371 and 407 are the Armstrong numbers.

array-consecutive-is-not icon array-consecutive-is-not

Given an unsorted array of numbers, write an algorithm that confirms, if an array consists of consecutive elements or not.

atm-machine-software-by-c icon atm-machine-software-by-c

In Today's world as of 2020, Java, javascript and Python are the most demanding programming languages in IT industry, If you are good enough in C programming Language, it will be easy to learn Java, javascript and Python, in addition it will be easy to enter into software industry by knowing Java and Python.

count-smaller-elements-on-right-side icon count-smaller-elements-on-right-side

Write a program to count number of smaller elements on right of each element in an array. Given an unsorted array arr[] of distinct integers, construct another array countSmaller[] such that countSmaller[i] contains count of smaller elements on right side of each element arr[i] in array.

daa icon daa

Design of Algorithms

daa_lab icon daa_lab

This repository is created for submitting Design and Analysis of Algorithm Assignments.

first_last-index-duplicate-element icon first_last-index-duplicate-element

Given a sorted array with possibly duplicate elements, the task is to find indexes of first and last occurrences of an element x in the given array.

fizzbuzz-common-interview-cpp icon fizzbuzz-common-interview-cpp

Fizz Buzz is a very simple programming task, asked in software developer job interviews. A typical round of Fizz Buzz can be: Write a program that prints the numbers from 1 to 100 and for multiples of '3' print “Fizz” instead of the number and for the multiples of '5' print “Buzz”.

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.