Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.73 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.73 KB

MultiLang-Algorithm

This is a personal project where I collect and share some of the sample code, scribbles, and algorithms that I have learned from various programming languages. I hope this repo can be useful for anyone who wants to learn more about different programming paradigms and techniques.

Languages

The languages that I have used in this repo are:

  • C
  • C++
  • Java
  • Python
  • JavaScript
  • PHP

Topics

The topics that I have covered in this repo are:

  • Data structures
  • Sorting algorithms
  • Searching algorithms
  • Graph algorithms
  • Dynamic programming
  • Recursion
  • Backtracking
  • Bit manipulation
  • String manipulation
  • Math and logic

How to use

You can clone this repo using the following command:

git clone https://github.com/wahitftry/MultiLang-Algo.git

Then you can browse the folders and files according to the language and topic that you are interested in. You can also run the code using the appropriate compiler or interpreter for each language.

Contribution

If you want to contribute to this repo, you are welcome to do so. You can fork this repo and make a pull request with your changes. Please follow these guidelines:

  • Use consistent and clear naming conventions for variables, functions, classes, etc.
  • Add comments and documentation to explain your code and logic.
  • Follow the coding style and format of each language.
  • Test your code before submitting it.
  • Provide a brief description of what you have added or modified in your pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

If you have any questions, suggestions, or feedback, you can contact me at [email protected]. Thank you for visiting my repo! 😊