Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 853 Bytes

File metadata and controls

18 lines (14 loc) · 853 Bytes

LeetCode-Shell-Solutions

This repository contains solutions to LeetCode "shell" questions, along with my explanations for each solution.

Repository Structure

  • Each solution is organized in its own directory.
  • Each directory contains: (ex:92-Word-Frequency)
    • The solution script. (ex: solution.sh)
    • My explanation of the solution. (ex:explanation.md)

Usage

To use any of the provided solutions:

  1. Navigate to the respective question's directory.
  2. Review the explanation to understand my approach.
  3. Execute the shell script in your preferred shell environment.

Contributions

Contributions are welcome! If you have improved solutions or additional explanations, please feel free to submit a pull request :)