Giter Site home page Giter Site logo

MY Mission To Make Top Most Organization


- 🌱 I’m currently learning Computer Science & Production - πŸ‘― I’m looking to collaborate on opensource and educational Projects - πŸ’¬ Ask me about Web & App Dev , Opensource , Technology - πŸ“« How to reach me: Email , Instagram , Twitter - πŸ˜„ Pronouns: HE - ⚑ Fun fact: Nothing πŸ˜„

Technologies πŸ§‘β€πŸ’»

  • HTML, CSS & Javascript
  • Java
  • Angular
  • PHP
  • MySQL
  • Firebase
  • Mongo DB
  • React
  • Node
  • DSA
  • Tools πŸ› πŸ’»

  • (Github)
  • Git
  • VS Code
  • Postman
  • Firebase CLI
  • Android Studio
  • Bootstrap Studio
  • Xampp
  • My Latest Badges & Achivements πŸŽ‰

  • Hacktoberfest-2021
  • 1
  • Campus SuperHero πŸ¦ΈπŸ»β€β™‚οΈ at Coding Newton School
  • Events

    Tools & technologies

    Dart Arduino HTML Figma PHP Firebase Google Cloud Flutter CSS


    My Latest Badges & Achivements πŸŽ‰


    Top 400 DSA problem you should have to solve

    1 Swap element from the Array

    eg: [1,2,3,4,-3,-2,6,-7,9] output: [-3,-2,-7,1,2,3,4,6,9]

    Hint: Create two ArrayList and add negetive numbers in one array and +ve no in other arrray and add them together in the way of required Video
    source of code:

    Que 2: Sort the given array 0, 1,2's

    eg : arr={0,2,1,2,0,1,2,1,2,1}; output: [0,0,1,1,1,1,2,2,2,2]; Hint : We can solve this problem in two different ways 1-> count the number of 0, 1, 2's 2-> by sliding window Video
    source of code:

    Que 3: Find the second Maximum no from the array

    eg : the given array is array= {32,3,4,5,5,6,7,374,7894,584,50}; Output :584 Hint : there are so many wa to slove this question but one of the most optimal solution is to time compexity of given problem this the main task to do. 1-optimal Solution-> First find the higest value from given array and then find the second higest value from given array .

    Video Optimal Solution: With written Notes

    Que 4 : Binary Search

    Given a sorted array of size N and an integer K, find the position at which K is present in the array using binary search.
    
    eg :{1,2 3,4 5,6,7,20,100}; v=4
    Condition: The given array should be sorted
    Hint : two pointer approch -> and find middle position check whether it is High or low given value. if it is low it that means the given value is present in between of the last position and middle position.
    task: Main task to reduce the time complexity.
    

    Video Optimal Solution: With written Notes

    Que 5: find the first repatated value fromm the given array

    You have given array and you should have to finad first repatated value from the given array eg : array={2,3,45,2,4,6}; Output: 2



    Video Optimal Solution: With written Notes

    My Latest Blog Posts 🌱

    My Latest YouTube Videos 🌱

    Shubham Aher's Projects

    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.