Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.88 KB

README.md

File metadata and controls

47 lines (38 loc) · 1.88 KB

HackerRank Solutions

This repository contains my solutions to various HackerRank coding challenges. The solutions are implemented in multiple programming languages and organized by problem category.

Table of Contents

  • Introduction
  • Languages Used
  • Categories

Introduction

HackerRank is a great platform for practicing coding skills. This repository includes my solutions to problems I have solved while sharpening my skills across different domains like Algorithms, Data Structures, and more.

Each solution is written in a clear, maintainable manner, and I strive to include well-documented code. This repository is updated regularly as I continue to solve more challenges.

Languages Used

Here are the programming languages used for different challenges:

  • Java
  • C++
  • JavaScript
  • C#

Categories

The solutions are organized into the following categories:

  • Algorithms: Sorting, Searching, Greedy, Dynamic Programming, etc.
  • Data Structures: Arrays, Linked Lists, Stacks, Queues, etc.
  • Mathematics: Number Theory, Geometry, Combinatorics, etc.
  • Java Challenges: Core Java challenges.
  • SQL: Queries for SQL challenges.

Feel free to explore each folder to find solutions relevant to a specific domain.