Giter VIP home page Giter VIP logo

datastruture-and-algroithms-program's Introduction

intro

-๐Ÿ”ญ Iโ€™m currently a CSE student at Chandigard University

- ๐ŸŒฑ Iโ€™m currently learning Webdevelopement and DSA

- ๐Ÿ‘ฏ Iโ€™m looking to work on AI/ML

- ๐Ÿ˜„ Pronouns: Web Developer


Language :

Java Python C++ C JavaScript HTML5 CSS3 MySQL JQuery PHP

Libraries & Framework :

React Bootstrap

DevOps & Cloud Tools:

GitHub Git

๐Ÿ”Ž Connect with me:

twitter Linkdin Gmail

๐Ÿ“Š My Github Stats

Shubham Bawankar

Shubham Bawankar

Shubham56-droid

Shubbham's github activity graph

datastruture-and-algroithms-program's People

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

datastruture-and-algroithms-program's Issues

Add a program for ternery search

No need to ask to assignation anyone can contribute do as many contributions u could but dont forget to read the rules in readme

add a program for jump search

No need to ask to assignation anyone can contribute do as many contributions u could but dont forget to read the rules in readme

write the program to find maximum value of Sum( i*arr[i]) with only rotations on given array allowed

Given an array of N integers where Ai denotes the currency of note that the i-th person has. The possible currencies are 5, 10, and 20. All the N people are standing in a queue waiting to buy an ice cream from X which costs Rs 5. Initially, X has an initial balance of 0. Check if X will be able to provide change for all people who are waiting to buy ice cream.

Examples:

Input:a[] = {5, 5, 5, 10, 20}
Output: YES
When the fourth person comes to buy an ice-cream, X has three Rs 5
change, hence X gives him 1, and now when the fifth person
comes to buy the ice-cream, X has two Rs 5 and one Rs 10 note, hence he
gives him one Rs 10 and one Rs 5 note.

Input: a[] = {5, 10, 10, 20}
Output: NO

add program of selection sort

add any program related to selection sort
No need to ask to assignation anyone can contribute do as many contributions u could but dont forget to read the rules in readme

add program for linear search

Add a program of linear search in c++ or python or in java languages don't forget to read rules in readme all valid PR will be accepted

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.