Coder Social home page Coder Social logo

Bhupinderjit Singh's Projects

basic-calculator icon basic-calculator

Write a function called calculate that takes 3 values. The first and third values are numbers. The second value is a character. If the character is "+" , "-", "*", or "/", the function will return the result of the corresponding mathematical function on the two numbers. If the string is not one of the specified characters, the function should return null

breaking-chocolate-problem icon breaking-chocolate-problem

Your task is to split the chocolate bar of given dimension n x m into small squares. Each square is of size 1x1 and unbreakable. Implement a function that will return minimum number of breaks needed.

complementary-dna icon complementary-dna

In DNA strings, symbols "A" and "T" are complements of each other, as "C" and "G". You have a function with one side of the DNA (string, except for Haskell); you need to get the other complementary side

disemvowel-trolls icon disemvowel-trolls

Your task is to write a function that takes a string and return a new string with all vowels removed

employee_app icon employee_app

This is a small project referred from oracle's offical website

palindrome icon palindrome

This is simple code check if given string is palindrome

pokemoneda icon pokemoneda

This is a repo where a short EDA has been performed on Pokemon data

scrappingfromcodewars icon scrappingfromcodewars

Let's do web scrapping from codewars and bring all the solution codes along with their README at once

simple-pig-latin icon simple-pig-latin

Move the first letter of each word to the end of it, then add "ay" to the end of the word. Leave punctuation marks untouched.

square-sums icon square-sums

This function will , for given integer number N (in range 2..43), return array of integers 1..N arranged in a way, so sum of each 2 consecutive numbers is a square

sum-of-digits-digital-root icon sum-of-digits-digital-root

Given n, take the sum of the digits of n. If that value has more than one digit, continue reducing in this way until a single-digit number is produced. This is only applicable to the natural numbers.

sum-of-pairs icon sum-of-pairs

Given a list of integers and a single sum value, return the first two values (parse from the left please) in order of appearance that add up to form the sum

vasya-clerk icon vasya-clerk

Vasya is currently working as a clerk. He wants to sell a ticket to every single person in this line.

your-order-please icon your-order-please

Your task is to sort a given string. Each word in the string will contain a single number. This number is the position the word should have in the result

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.