Giter VIP home page Giter VIP logo

Samiksha Mishra's Projects

actions icon actions

Author and use Azure Actions to automate your GitHub workflows

array_target_sum_pair icon array_target_sum_pair

Take as input N, the size of array. Take N more inputs and store that in an array. Take as input “target”, a number. Write a function which prints all pairs of numbers which sum to target. Constraints: Length of the arrays should be between 1 and 1000. Sample Input: 5 1 3 4 2 5 5 Sample Output: 1 and 4 2 and 3 Explanation: Find any pair of elements in the array which has sum equal to target element and print them.

arrays_target_sum_triplet icon arrays_target_sum_triplet

Take as input N, the size of array. Take N more inputs and store that in an array. Take as input “target”, a number. Write a function which prints all triplets of numbers which sum to target. Input Format: First line contains input N. Next N lines contains the elements of array and N+1 line contains target number. Constraints: Length of Array should be between 1 and 1000. Output Format: Print all the triplet present in the array. Sample Input: 9 5 7 9 1 2 4 6 8 3 10 Sample Output: 1, 2 and 7 1, 3 and 6 1, 4 and 5 2, 3 and 5 Explanation: Array = {5, 7, 9, 1, 2, 4, 6 ,8 ,3}. Target number = 10. Find any three number in the given array which sum to target number.

atsamd icon atsamd

Target atsamd microcontrollers using Rust

bbgo icon bbgo

The modern cryptocurrency trading bot framework written in Go.

biggest-number-formation icon biggest-number-formation

A cpp program to make largest number from given numbers we are provided with an array of numbers. The basic approach for this can be done using stacks, but here we can also arrange the same by using the sorting techniques and swapping methods. Although it can be time taking but it is very helpful for those who avoid doing this using stacks or linked list. We need to arrange them in a way that results the largest value that can be formed. Input Format: First line contains integer T which is number of test case. For each test case, it contains an integer n which is the size of array A[] and next line contains n space separated integers A[i] . Constraints: 1<=t<=100 ;1<=m<=100 ;1<=A[i]<=10^5; Output Format: Print the largest value. Sample Input: 1 4 54 546 548 60 Sample Output : 6054854654 Approach to solve the problem : - 1.We will find the largest digit among the elements which is at the end position. 2. We will swap the found element having the largest digit in its front with the first element 3.By fixing the first element we will sort the rest of the arrays in decreasing order. And then make the rearranged decreased elements followed by the first element. CONCEPT USED : 1. Swapping concept 2.Sorting

blaze icon blaze

Blazing-fast query execution engine speaks Apache Spark language and has Arrow-DataFusion at its core.

booklist icon booklist

A book tracking website—my take LibraryThing.

bubble-card icon bubble-card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.

c-plus-plus icon c-plus-plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.

caswaf icon caswaf

HTTP & OAuth Gateway and Web Application Firewall (WAF) based on ModSecurity, online demo: https://door.caswaf.com

chuck icon chuck

ChucK Music Programming Language

clickvote icon clickvote

Add upvotes, likes, and reviews to any context ⭐️

compact_str icon compact_str

A memory efficient string type that can store up to 24* bytes on the stack

crowd.dev icon crowd.dev

⚡️ The developer data platform to centralize community, product, and customer data

eve icon eve

EVE is Edge Virtualization Engine

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.