Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create count_of_Smaller_Numbers_After_Self.py #221

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Swish78
Copy link

@Swish78 Swish78 commented Apr 20, 2023

This code takes an array of integers as input and returns an array of the number of elements in the array that are smaller than each element from the input array, using a binary search algorithm to maintain a sorted list.

This code takes an array of integers as input and returns an array of the number of elements in the array that are smaller than each element from the input array, using a binary search algorithm to maintain a sorted list.
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are making strides, keep up the good work 🔥 an don't forget to star⭐ this repo

@fms12
Copy link
Owner

fms12 commented Apr 21, 2023

you are file should structure like this. @Swish78

  • DATA-STRUCTURE-AND-ALGORITHM-IN-PY
    • LinkedList
      • Doubly
      • Singly
      • ReversedSingly <----------- This will be your newly created folder
        • solution.py <----------- Write the code for the implementation here
        • test_solution.py <----------- Write a test for it here to make sure it's working

@fms12
Copy link
Owner

fms12 commented Apr 21, 2023

@Swish78 try to resolve the deep source issues. so you will get to know more.

@fms12
Copy link
Owner

fms12 commented Apr 23, 2023

@Swish78 what is other files you have pushed ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants