Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

D solutions #305

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

D solutions #305

wants to merge 12 commits into from

Conversation

cyrusmsk
Copy link

@cyrusmsk cyrusmsk commented Mar 3, 2025

This PR is introducing all solutions for the D programming language.

Most of the examples were just ported from other languages with the same logic and approaches.
All codes are tested with LDC compiler, but should also work without any issues with other D compilers (DMD and GDC).

All examples were ported from the Python code directly to D.
Naming convention of Dlang is not allowing to run code files, which started with numbers. To run examples rename the files
Based on the Python code
Added D example for breadth-first search
Filesystem example in D
Added Dijkstras algorithm implementation for D
Added greedy algorythm for D
Added dynamic programming example for D language.
The code is based on Rust example
Required to run code with names starting with numbers
@cyrusmsk
Copy link
Author

Kind reminder @egonSchiele

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant