Code Monkey home page Code Monkey logo

problem-solving's People

Contributors

abhijeet-crypto avatar aman-raza avatar amankumar988 avatar amitshindegit avatar aniketjsr avatar aniketprasadgit avatar badasschef avatar bharanisri10 avatar bonkreaction avatar dcod3r avatar dee-rajak avatar deep846 avatar deepdhar avatar eldrin0 avatar eurus9696 avatar gourav-78 avatar iamprofessor1 avatar ishanbk avatar kesher988 avatar octoplusninja avatar preetam-das avatar preetibaskey avatar saranshkotnala avatar sci-copath avatar shivanshi-s avatar shreya010tech avatar surajwakka avatar tanisha-creator avatar utkarshkislay avatar vasav-y avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

problem-solving's Issues

Quick Sort

Add a solution program for quick sort in any programming language

Merge Sort

Add a solution program for merge sort in any programming language

Cyclic Sort

Add a solution program for cyclic sort in any programming language

Heap Sort

Add a solution program for heap sort in any programming language

Linear Search

Add a solution program for linear search in any programming language

Second Largest Element in array

Arrays -> 1. Find second largest element of an array ->
Given an array nums consisting of 5 random numbers, [x1, x2, x3, x4, x5]
return the second largest element of the array.

Use any programming language for your solution

Insertion Sort

Add a solution program for insertion sort in any programming language

Reverse an array

Arrays - > 2. Reverse an array ->

Given an array of 5 random numbers, [x1, x2, x3, x4, x5]
return the array in reversed form, [x5, x4, x3, x2, x1]

Use any programming language for your solution

Bubble Sort

Add a solution program for bubble sort in any programming language

Binary Search

Add a solution program for binary search in any programming language

Shuffle the array.

Add the solution for the problem shuffle the array

Given the array nums consisting of 2n elements in the form [x1,x2,...,xn,y1,y2,...,yn].
Return the array in the form [x1,y1,x2,y2,...,xn,yn].

Example:

Input: nums = [2,5,1,3,4,7], n = 3
Output: [2,3,5,4,1,7]
Explanation: Since x1=2, x2=5, x3=1, y1=3, y2=4, y3=7 then the answer is [2,3,5,4,1,7].

Organization of the repository

Many of the Searching and Sorting solutions in different languages are separated in completely different folders with the same name and are not located in just one folder as they should be. This issue needs to be solved asap because it is confusing for new contributors.

Merge Two Arrays

Arrays -> Merge 2 arrays ->

Given two arrays of 5 random numbers each, return a single array with both the arrays merged.

Use any programming language for your solution

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.