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

Implement isEmpty() function for Queues #36

Open
ashikka opened this issue Sep 29, 2021 · 4 comments
Open

Implement isEmpty() function for Queues #36

ashikka opened this issue Sep 29, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ashikka
Copy link
Contributor

ashikka commented Sep 29, 2021

Taking reference from issue #15, implement the isEmpty() function for a queue. This function checks if the queue is empty.

First step

Search, read, and understand information about queues and how they are implemented.

Second step

After you open a pull request with the data structure implementation, wait for comments or approval from @code-sherpas/kollections-maintainers.

Minimum acceptance criteria

  • The implementation must be well documented with proper Javadoc at Class and function levels.
  • The implementation must be tested with automatic tests that cover all relevant cases and situations.
  • The implementation must be generic.
  • The implementation must have the expected time complexity according to Computer Science. Here you can find a very helpful cheat sheet.
  • Compare efficiency using a dynamic array as underlying data structure vs using a linked list. Choose the most efficient.

Related resources:

@ashikka ashikka added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Sep 29, 2021
@vidhik2002
Copy link

heyy @ashikka , can u assign this issue to me?

@ashikka
Copy link
Contributor Author

ashikka commented Oct 2, 2021

heyy @ashikka , can u assign this issue to me?

Definitely! 🚀

@ashikka
Copy link
Contributor Author

ashikka commented Oct 5, 2021

@vidhik2002 have you made any progress? Any blockers?

@vidhik2002
Copy link

Heyy @ashikka, there have been issues with running tests as discussed with you earlier. However, the problem still persists. Kindly look into it. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants