Git Product home page Git Product logo

kumarrahul9292's Projects

bomberalgo icon bomberalgo

Bomber Algo: The bomber algorithm doesn't like 3 or more consecutive characters in a given string to be same. For Example: If the given string is "adbcccbbd" the bomber algo will first bomb "ccc" and then "bbb", so the final output string will become "add". The bomber algo will destroy the characters only if there are 3 or more continuous occurrence of same characters in the string. Write a code of the bomber algo. The method takes a string as an input and returns the bombed string as an output. If you are taking any assumptions, please do mention them before the code! Examples: Input 1: aaabcccdee Output: bdee Explanation -> Step 1: bcccdee Step 2: bdee (Final Answer) Input 2: abcdeeeeddcbfgf Output : abccbfgf Explanation -> Step 1: abcdddcbfgf Step 2: abccbfgf (Final Answer)

deep-learning-drizzle icon deep-learning-drizzle

Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!

interview-questions icon interview-questions

Most comprehensive list :clipboard: of interview questions :blue_book: of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.

node-typescript-koa-rest icon node-typescript-koa-rest

REST API boilerplate using NodeJS and KOA2, typescript. Logging and JWT as middlewares. TypeORM with class-validator, SQL CRUD. Docker included. Valuable README

python-is-easy icon python-is-easy

Code snippets and challenges for the "Python Is Easy" course, available at Pirple.com

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.