Skip to content

Comments

Substring Extractor#533

Open
Manasi2001 wants to merge 1 commit intoDeveloper-Student-Clubs-VSSUT-Burla:mainfrom
Manasi2001:issue-521
Open

Substring Extractor#533
Manasi2001 wants to merge 1 commit intoDeveloper-Student-Clubs-VSSUT-Burla:mainfrom
Manasi2001:issue-521

Conversation

@Manasi2001
Copy link
Contributor

This PR is with reference to issue #521.

@i-tick i-tick added the GSSoC21 Girlscript summer of code label Jun 9, 2021
Copy link

@Sin-Sumit Sin-Sumit left a comment

Choose a reason for hiding this comment

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

1.This is not correct because after appending the names in the list then you have to move out from the for loop then perform the sorted and printing.
2.This way it is taking the names and printing them with a single element and keep adding to it.
3. Complexity is not O(N) and O(1) because sorting takes NlogN time and you are using the space as a list which is O(N).
4. Please do above changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

GSSoC21 Girlscript summer of code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants