Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome, Data Structure lover 🧑‍💻

This repository contains a training exercise to get familiar with Trie data structure.

Prerequisites:

How to start practicing? 💪

  • check the onboarding presentation on the Trie data structure
  • choose branch as difficulty:
    • practicing(default) - contains general docs, suited for those who want to practice the Trie data structure implementation.
    • learning - contains detailed hints to help you learn the Trie data structure implementation.
  • open org.codeus.Trie class and implement all classes and methods. It is better to start implementing Node and Trie classes' fields and constructors.
  • run org.codeus.TrieTest to verify your implementation.

If you are stuck, check the completed branch to see the completed implementation.

Extra objectives 🔥

Implement methods recursively/iteratively (pick the one you have not done) - start with remove method.

Interested in more tasks like this 🤔? Join Codeus Community at Discord

About

Training exercise on Trie Data Structure

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages