This repository contains solutions to LeetCode "shell" questions, along with my explanations for each solution.
- 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)
To use any of the provided solutions:
- Navigate to the respective question's directory.
- Review the explanation to understand my approach.
- Execute the shell script in your preferred shell environment.
Contributions are welcome! If you have improved solutions or additional explanations, please feel free to submit a pull request :)