Skip to content

Directory.md#3309

Merged
siriak merged 6 commits intoTheAlgorithms:masterfrom
Shashwat79802:dir
Oct 1, 2022
Merged

Directory.md#3309
siriak merged 6 commits intoTheAlgorithms:masterfrom
Shashwat79802:dir

Conversation

@Shashwat79802
Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

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

@siriak
Copy link
Copy Markdown
Member

siriak commented Oct 2, 2022

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

@JYOTI73
Copy link
Copy Markdown

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