Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Solutions for some common algorithm problems written in Java.

Results 32 Algorithms issues
Sort by recently updated
recently updated
newest added

Trie is a tree like data structure used for String Searching and pattern matching. It's applications include Search Engines and AutoComplete Features. More about Trie- https://www.hackerearth.com/practice/data-structures/advanced-data-structures/trie-keyword-tree/tutorial/

Added seivesalgorithm for prime numbers

…rts it into a list for further use of the data. Also added the test class and some txt files for the testing.

Using inherited swap method from abstract class SortingAlgorithm.

Please review it and merge it so it will benefit others also.

In our analysis, we observe that this target/surefire-report/ directory is generated but not later used during the CI build. Hence, we propose to disable generating this directory to save runtime....