Giter VIP home page Giter VIP logo

dsa-hacktoberfest's Introduction

Hi, I am Vidhanshu 👋

  • 🔭 I’m currently working on React
  • 🌱 I’m currently learning NodeJS , DSA and Competitive Programming
  • 👯 I’m looking to collaborate on Full Stack Web Development Projects
  • 🤔 I’m looking for help in finding internship opportunities
  • 💬 Ask me about JavaScript
  • 📫 How to reach me:

Linkedin Badge Twitter Badge Gmail Badge Leet Code

  • 😄 Pronouns: He/Him
  • ⚡ Fun fact: We can talk about programming all the day.

Tech & Tools:

                       

  

🔎 Github Stats

vidhanshu' profile views

HACKTOBERFEST 22 BADGES

dsa-hacktoberfest's People

Contributors

55ritesh avatar abhirv08 avatar abhishek2384 avatar akhil484 avatar antareepdey avatar ashishpetwal avatar ayush0431 avatar deven-533 avatar geoffgeorgein avatar hardiksharma11 avatar iambann avatar iamrishabhjoshi avatar ishankbhatnagar avatar ishasinghgit avatar jayantvashishtha avatar lchris22 avatar mallikpramod avatar melittapacheco avatar nyancyanide avatar paras3624 avatar prathm23 avatar rushikeshmali05 avatar saishrey avatar sanvisharma003 avatar thekavikumar avatar vidhanshu avatar whythosanskar avatar yasaswini999 avatar

Stargazers

 avatar

Watchers

 avatar

dsa-hacktoberfest's Issues

Maximum Number of Robots Within Budget

You have n robots. You are given two 0-indexed integer arrays, chargeTimes and runningCosts, both of length n. The ith robot costs chargeTimes[i] units to charge and costs runningCosts[i] units to run. You are also given an integer budget.

The total cost of running k chosen robots is equal to max(chargeTimes) + k * sum(runningCosts), where max(chargeTimes) is the largest charge cost among the k robots and sum(runningCosts) is the sum of running costs among the k robots.

Return the maximum number of consecutive robots you can run such that the total cost does not exceed budget.

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.