Coder Social home page Coder Social logo

Rhea Jain's Projects

plane icon plane

An Open source tool for managing software building. Your runway for building the next big thing on the Internet.

pyramid---6 icon pyramid---6

Write a program to print the n lines of the below pyramid

removal-of-duplicates-from-a-sorted-array- icon removal-of-duplicates-from-a-sorted-array-

Write a function removeDuplicates() which receives a array as input and remove the duplicate elements from the array. After the function call, the array will contain a set of unique elements..

reverse-a-string-using-stack icon reverse-a-string-using-stack

Reverse a string using stack star_border Given a string, the task is to reverse the string using stack data structure. Complete the function reverseString() that accepts the string, and reverses the string.

reverse-an-array-in-groups icon reverse-an-array-in-groups

Given an array of integers and an integer k, your task is to reverse the sub-arrays of size k inside the given array. For example, If array is {1,2,3,4,5,6,7,8,9} and k =3, then the output array is {3,2,1,6,5,4,9,8,7} i.e. Each sub-array of size 3 is reversed.

reverse-first-n-elements-of-a-given-queue icon reverse-first-n-elements-of-a-given-queue

Reverse first N elements of a given queue star Given a queue of integer elements and an integer k, your task is to reverse first k elements of the queue, leaving the other elements in same order.

rotate-a-list icon rotate-a-list

Given an array of integers and a positive integer R, rotate the array by shifting each element by R positions towards the left in a circular manner. Input Format:

rotation-count-of-a-sorted-array icon rotation-count-of-a-sorted-array

Given a circularly sorted array of integers, find the minimum number of rotations performed on some sorted array to create this given array. Assume there are no duplicates in the array and the rotation is in anti-clockwise direction

sort-an-array-of-0s-1s-and-2s icon sort-an-array-of-0s-1s-and-2s

Given an array containing only 0s, 1s and 2s. Sort the array in O(n) time i.e. process the array only once to do this sorting.

spirally-traversing-a-matrix icon spirally-traversing-a-matrix

Traversing an array is an elementary operation on an array, in which each element will be processed for some operation. Printing elements is one example operation. Complete the function printSpiral() given in the editor, which accepts a two dimensional array and prints the array in spiral form rotating clockwise.

string-is-palindrome-or-not icon string-is-palindrome-or-not

Given a string, you need to test if it is palindrome or not. If the string is palindrome print β€œYES”, otherwise print β€œNO”.

string-is-pangram-or-not icon string-is-pangram-or-not

A pangram is a word or sentence that contains every letter of the alphabet. For example: the quick brown fox jumps over the lazy dog. Gopal wants to improve his typing speed for programming contests, and he thinks that if he type pangrams, that is best for it. Your task is to help Gopal and given a list of strings made of lowercase letters in the range ascii[a-z], determine whether or not they are pangrams. Complete the function isPangram() below. The function receives an array of strings to test and must return back a string consisting of '1' and '0' where each position represents the results of your test. Use a '1' to represent true, '0' for false.

strings-are-anagram-or-not icon strings-are-anagram-or-not

Two strings A and B are called anagrams if they contain all the same characters in the same frequencies. Given two strings, find whether both are anagram of each other or not. Complete the function isAnagram() that will take two strings as parameters and return 1 if they are anagram and return 0 otherwise.

sum-of-digits- icon sum-of-digits-

Sum of Digits - You're given an integer N. Write a program to calculate the sum of all the digits of N.

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.