Bhupinderjit Singh (pindio58)

pindio58

Geek Repo

Github PK Tool:Github PK Tool

Bhupinderjit Singh's repositories

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

Language:PythonStargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0

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.

Language:PythonStargazers:0Issues:1Issues:0

Calculating-with-Functions

This time we want to write calculations using functions and get the results

Language:PythonStargazers:0Issues:1Issues:0
Language:PythonStargazers:0Issues:0Issues:0

employee_app

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

Language:PLSQLStargazers:0Issues:0Issues:0

Minimum-number-of-taxis

What is the minimum number of taxis you need to service all requests?

Language:PythonStargazers:0Issues:1Issues:0

scrappingFromCodeWars

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

Language:PythonLicense:MITStargazers:0Issues:1Issues:0

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

Language:PythonStargazers:0Issues:0Issues:0

Convert-str-to-camel-case

Write the method/function so that it converts dash/underscore delimited words into camel casing

Language:PythonStargazers:0Issues:0Issues:0

Disemvowel-Trolls

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

Language:PythonStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

extractsqlshist

A short and simple Python Project to extract SQL history

Language:PythonLicense:MITStargazers:0Issues:1Issues:0

Find-the-unique-number

There is an array with some numbers. All numbers are equal except for one.

Language:PythonStargazers:0Issues:0Issues:0

First-Repo

This is my first repository

Stargazers:0Issues:1Issues:0

oracle_learning

All my notes taken while learning

Language:PLSQLStargazers:0Issues:0Issues:0

Palindrome

This is simple code check if given string is palindrome

Language:PythonStargazers:0Issues:1Issues:0
Stargazers:0Issues:1Issues:0

PokemonEDA

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

Language:Jupyter NotebookStargazers:0Issues:1Issues:0
Language:ShellStargazers:0Issues:0Issues:0

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.

Language:PythonStargazers:0Issues:0Issues:0

Square-Every-Digit

you are asked to square every digit of a number and concatenate them

Language:PythonStargazers:0Issues:0Issues:0

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

Language:PythonStargazers:0Issues:1Issues:0

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.

Language:PythonStargazers:0Issues:0Issues:0

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

Language:PythonStargazers:0Issues:0Issues:0

Vasya-Clerk

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

Language:PythonStargazers:0Issues:1Issues:0

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

Language:PythonStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:1Issues:0