Skip to content

Directory.md #3309

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

Merged
merged 6 commits into from
Oct 1, 2022
Merged

Directory.md #3309

merged 6 commits into from
Oct 1, 2022

Conversation

Shashwat79802
Copy link
Contributor

Updated the Directory.md file, and added all the recently added programs to both main and test package.

Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@siriak siriak merged commit 32b9b11 into TheAlgorithms:master Oct 1, 2022
@Shashwat79802
Copy link
Contributor Author

Will I not get the Hacktoberfest-accepted tag for this one?

@siriak
Copy link
Member

siriak commented Oct 2, 2022

The repository itself is tagged for hacktoberfest, so PR tag is redundant as I understand

@JYOTI73
Copy link

JYOTI73 commented Oct 10, 2022

package com.thealgorithms.datastructures.heaps;

/*

  • @author Nicolas Renard Exception to be thrown if the getElement method is

  • used on an empty heap.
    */
    @SuppressWarnings("serial")
    public class EmptyHeapException extends Exception {

    public EmptyHeapException(String message) {
    super(message);
    }
    }

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

Successfully merging this pull request may close these issues.

3 participants