Giter Club home page Giter Club logo

Comments (17)

shubhamc1200 avatar shubhamc1200 commented on July 20, 2024

please assign me this

from hacktoberfest.

github-actions avatar github-actions commented on July 20, 2024

Congrats for creating your first issue here! Wait till our mentors assign this issue to you. In the meantime have a look at contribution guidlines to avoid any PR rejection! (Rules are strict here)

from hacktoberfest.

kaustubhgupta avatar kaustubhgupta commented on July 20, 2024

@shubhamc1200 fill this issue template before I assign this issue to you

from hacktoberfest.

Blackwidow2981 avatar Blackwidow2981 commented on July 20, 2024

Hi,I would like to work on this issue.

from hacktoberfest.

rai1410swati avatar rai1410swati commented on July 20, 2024

Hi! I would like to work on this issue as I think it will be a good start for beginners like me in open source contribution.

from hacktoberfest.

kaustubhgupta avatar kaustubhgupta commented on July 20, 2024

@Blackwidow2981 and @rai1410swati Please specify the language and algorithms you would like to contribute

from hacktoberfest.

rai1410swati avatar rai1410swati commented on July 20, 2024

I can work on linear and binary search algorithms in java language.

from hacktoberfest.

Blackwidow2981 avatar Blackwidow2981 commented on July 20, 2024

Hi @kaustubhgupta
I would like to work on the linear and binary search algorithms.I know the following languages.
-Java(Would prefer coding this algorithm in Java).
-Python
-C
-C++

from hacktoberfest.

kaustubhgupta avatar kaustubhgupta commented on July 20, 2024

We will accept Binary and Linear search for this,
@shubhamc1200 Java
@Blackwidow2981 Python

from hacktoberfest.

kaustubhgupta avatar kaustubhgupta commented on July 20, 2024

@rai1410swati can you work in C or c++ ?

from hacktoberfest.

rai1410swati avatar rai1410swati commented on July 20, 2024

Yes @kaustubhgupta I can work in C language

from hacktoberfest.

kaustubhgupta avatar kaustubhgupta commented on July 20, 2024

Okay assigned to you in C

from hacktoberfest.

shubhamc1200 avatar shubhamc1200 commented on July 20, 2024

Linear,Binary,Jump search Algos

Is your feature request related to a problem? Please describe.
These are basic search algos wherein array is given and we've to find an element's position in the array.

Describe the solution you'd like
Linear search: Start from the leftmost element of arr[] and one by one compare x with each element of arr[].(A loop is used).Here one doesn't have to sort the array.
Binary Search: Search a sorted array by repeatedly dividing the search interval in half.
Jump Search: The basic idea is to check fewer elements (than linear search) by jumping ahead by fixed steps or skipping some elements in place of searching all elements.Here the array must be sorted.

Additional context
TIME COMPLEXITY:
Linear search :O(n)
Binary Search: O(log n)
Jump Search:
Languages

  • Python
  • Java
  • C
  • C++

from hacktoberfest.

shubhamc1200 avatar shubhamc1200 commented on July 20, 2024

Okay!

from hacktoberfest.

utkarshdhiman48 avatar utkarshdhiman48 commented on July 20, 2024

I would like to contribute in this, in C++.

from hacktoberfest.

kaustubhgupta avatar kaustubhgupta commented on July 20, 2024

@utkarsh48 assigned

from hacktoberfest.

Blackwidow2981 avatar Blackwidow2981 commented on July 20, 2024

@kaustubhgupta I have added my code as well. Kindly review and merge it .Thank you

from hacktoberfest.

Related Issues (20)

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.