Giter Club home page Giter Club logo
  • Q- Remove array element by shifting elements from right to left remove(n) in the comments below indicates remove elements from the nth index of the array

examples of suggested inputs and outputs- // [1, 2, 3] -- remove(1) --> [1, 3, 3] --> [1, 3] // [1, 2, 3, 4, 5, 6] -- remove(2) --> [1, 2, 4, 5, 6, 6] --> [1, 2, 4, 5, 6] // [1, 2, 3, 4, 5, 6] -- remove(0) --> [2, 3, 4, 5, 6, 6] --> [2, 3, 4, 5, 6] // [1] -- remove(0) --> [1] --> []

Sahil Shaikh's Projects

apnabharat-bus-booking-reservation-system icon apnabharat-bus-booking-reservation-system

It is the system containing fully functional features from booking ticket to generating the ticket. With the bus ticket reservation system, you can manage/book reservations, clients data and passengers lists, can add new bus or new route as an Operator admin.

assets icon assets

A comprehensive, up-to-date collection of information about several thousands (!) of crypto tokens.

basicdapp icon basicdapp

In this project, we will create a user-friendly interface that enables interaction with Ethereum decentralized applications (DApps) using HTML, JavaScript, and the Ethereum JavaScript library, ethers.js.

devops-bootcamp icon devops-bootcamp

This repository consists of the code samples, assignments, and notes for the DevOps bootcamp of WeMakeDevs.

group-patronage icon group-patronage

Many small scale startups and medium scale businesses find it difficult to raise money. We have tried to implement a crowdfunding website to raise money for startups. Use of Decentralized platform solves the problem related to lack of transparency, limited access to investors, and the overall slow process.

projectshut icon projectshut

Projectshut is an open source web app that enables users to freely publish their projects and create user profiles within the platform ✨🚀

tokenflicks icon tokenflicks

Introducing TokenFlicks: Your Gateway to Web3 Event Ticketing Welcome to TokenFlicks, where the world of entertainment meets the blockchain revolution. With TokenFlicks, we've transformed the way you book movie and event tickets by integrating the power of Web3 technology and blockchain security.

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.