Skip to content
View zain-cs's full-sized avatar

Block or report zain-cs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. 1-Linear-Search 1-Linear-Search Public

    This folder contains a complete Linear Search learning package. It includes a detailed lecture in DOCX and PDF formats explaining the concept, algorithm, and complexity. Additionally, it provides a…

    Python

  2. 2-Binary-Search 2-Binary-Search Public

    Binary Search implementation in Python with two files: one containing the Python script (`binary_search.py`) for the algorithm, and the other a PDF lecture explaining the concept, use cases, and co…

    Python

  3. 3-Ternary-Search 3-Ternary-Search Public

    This folder contains comprehensive resources for Ternary Search. It includes a detailed lecture in PDF explaining the concept, algorithm steps, and complexity analysis, along with a Python (.py) im…

    Python

  4. 4-Jump-Search 4-Jump-Search Public

    Jump Search implementation in Python with two files: one containing the Python script (jump_search.py) implementing the algorithm, and the other a PDF lecture explaining the idea, step-by-step algo…

    Python

  5. 5-Exponential-Search 5-Exponential-Search Public

    Exponential Search implementation in Python with two files: one containing the Python script (exponential_search.py) implementing the algorithm, and the other a PDF lecture explaining the concept, …

    Python

  6. 6-Bubble-Sort 6-Bubble-Sort Public

    Bubble Sort implementation in Python with two files: one containing the Python script (bubble_sort.py) implementing the algorithm, and the other a PDF lecture explaining the concept, working princi…

    Python