GithubHelp home page GithubHelp logo
  • šŸ‘‹ Hi, Iā€™m @guptaarth87
  • šŸ‘€ Iā€™m interested in python and web development
  • šŸŒ± Iā€™m currently learning mern stack development
  • šŸ’žļø Iā€™m looking to collaborate on mern stack projects
  • šŸ“« How to reach me mail me on [email protected].

Arth Gupta's Projects

api_urbanization icon api_urbanization

An Api for the data of countries with respect to urbanization rate and factors affecting this.

binarysearch icon binarysearch

First, you are to create a BinarySearch class, that inherits from the list class the following: the __init__() takes two integers as parameters, a and b. a is the length of the list to be created and b is the step or difference between consecutive values. It should also initialize an instance variablelength`, that returns the number of elements in the array Once you are done, create another method called search, it will take just one argument which is the value you are to find. The search function should return a dictionary object, which contains count, the number of times you function iterated to find the index of the number in question index, the index of the number in question The search method should implement the binary search algorithm, each time you iterate, you should increase the count, to test how efficient your implementation is.

clist icon clist

List of competitions for sports programming

contribute-to-hacktoberfest2021 icon contribute-to-hacktoberfest2021

A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2021! From Hello World Programs to Data Structure and Algorithms! all in one. Please leave a star ā­ to support this project! āœØ

datameta icon datameta

A frontend for primary key checking application

diagonal_difference-solution_in_python-problem_solving-hackerrank icon diagonal_difference-solution_in_python-problem_solving-hackerrank

Given a square matrix, calculate the absolute difference between the sums of its diagonals. For example, the square matrix is shown below: 1 2 3 4 5 6 9 8 9 The left-to-right diagonal = . The right to left diagonal = . Their absolute difference is . Function description Complete the function in the editor below. It must return an integer representing the absolute diagonal difference. diagonalDifference takes the following parameter: arr: an array of integers . Input Format The first line contains a single integer, , the number of rows and columns in the matrix . Each of the next lines describes a row, , and consists of space-separated integers . Constraints Output Format Print the absolute difference between the sums of the matrix's two diagonals as a single integer. Sample Input 3 11 2 4 4 5 6 10 8 -12 Sample Output 15 Explanation The primary diagonal is: 11 5 -12 Sum across the primary diagonal: 11 + 5 - 12 = 4 The secondary diagonal is: 4 5 10 Sum across the secondary diagonal: 4 + 5 + 10 = 19 Difference: |4 - 19| = 15 Note: |x| is the absolute value of x

dsa-cpp-hacktoberfest2021 icon dsa-cpp-hacktoberfest2021

C++ fundamentals and questions for beginners and intermediates. Raise Genuine PRs only. Your PRs will be accepted, keep patience. Star This Repo. You aren't allowed to Update README.md. Welcoming developers, content writers, and programming enthusiasts.

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.