Clifftech123 / hackerrank-data-structures

This repository contains C# solutions to HackerRank data structures problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This repository contains C# solutions to HackerRank data structures problems


Languages

Language:C# 100.0%