Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 973 Bytes

File metadata and controls

49 lines (28 loc) · 973 Bytes

HackerRank Data Structures Solutions

This repository contains solutions for data structure problems from HackerRank. The solutions are written in various programming languages and are categorized based on the data structure type.

Table of Contents

  1. Arrays
  2. Linked Lists
  3. Stacks
  4. Queues
  5. Queues
  6. Graphs
  7. Hash Tables

Arrays

Solutions for array-based problems.

Linked Lists

Solutions for linked list-based problems.

Stacks

Solutions for stack-based problems.

Queues

Solutions for queue-based problems.

Trees

Solutions for tree-based problems.

Graphs

Solutions for graph-based problems.

Hash Tables

Solutions for hash table-based problems.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT