Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clifftech123/hackerrank-data-structures

This repository contains C# solutions to HackerRank data structures problems
https://github.com/clifftech123/hackerrank-data-structures

cshap data-structures hackrank

Last synced: about 1 month ago
JSON representation

This repository contains C# solutions to HackerRank data structures problems

Awesome Lists containing this project

README

        

# 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](#arrays)
2. [Linked Lists](#linked-lists)
3. [Stacks](#stacks)
4. [Queues](#queues)
5. [Queues](#trees)
6. [Graphs](#graphs)
7. [Hash Tables](#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](https://choosealicense.com/licenses/mit/)