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

n-grams are not sorted #6

Open
PandaWhoCodes opened this issue Nov 3, 2020 · 1 comment
Open

n-grams are not sorted #6

PandaWhoCodes opened this issue Nov 3, 2020 · 1 comment

Comments

@PandaWhoCodes
Copy link

currenty you sort them in ascending order.

lets take this for example
1,2,3,4,5,6,7,8,9,10

Now you output the last 5 values
6,7,8,9,10

This will be needed to be sorted again to display it in ascending order or reverse printed.

@Thejesh-404
Copy link
Owner

Thejesh-404 commented Nov 3, 2020 via email

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

No branches or pull requests

2 participants