Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 643 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 643 Bytes

💻 DS-Independent

A Repository for DSA(Data Structure & Algorithm) without any language restrictions.

This repository is basically to contribute the data structure & algorithm code concept without any limit of the language and topics.

📁 Directory Structure

  • Put c code file in src/c/ directory.
  • Put c++ code file in src/cpp/ directory.
  • Put python code file in src/python/ directory.
  • Put java code file in src/java/ directory.
  • Put javascript code file in src/javascript/ directory.
  • Put Swift code file in src/swift/ directory.
  • Put TypeScript code file in src/typescript/ directory.

Thanks! 🙏