Skip to content

Rename Implementing_auto_completing_features_using_trie.java to follow Java naming conventions #7457

@DenizAltunkapan

Description

@DenizAltunkapan

Description

The file others/Implementing_auto_completing_features_using_trie.java violates standard Java naming conventions: class names should be UpperCamelCase, not a long snake_case sentence.

Proposed change

  • Rename the class (and file) to something concise and conventional, e.g. TrieAutocomplete.
  • Move it to a package that fits the algorithm — datastructures/trees/ (it is trie-based) or strings/.
  • Update the matching test class accordingly.

Good first issue — small, self-contained, no algorithm changes.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions