Giter Site home page Giter Site logo

wikigenius / dfs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 0xcybery/dfs

0.0 0.0 0.0 2 KB

DFS algorithm A standard DFS implementation puts each vertex of the graph into one of two categories: Visited Not Visited The purpose of the algorithm is to mark each vertex as visited while avoiding cycles. The DFS algorithm works as follows: Start by putting any one of the graph's vertices on top of a stack. Take the top item of the stack and add it to the visited list. Create a list of that vertex's adjacent nodes. Add the ones which aren't in the visited list to the top of stack. Keep repeating steps 2 and 3 until the stack is empty.

C 100.00%

dfs's Introduction

Hi there ๐Ÿ‘‹

I'm Muhammed Elyamani. AI Engineer with master's degree from Ottawa. I'm from Egypt with a passion for software development and integrating AI models into powerful applications.

I am always eager to learn new technologies and develop my skills.

If you're interested in learning more about my work, take a look at my repositories or feel free to reach out to me with any questions or comments. I'd love to hear from you!

Thank you for visiting my GitHub profile.

๐Ÿ“ˆ my github stats

Muhammed Elyamani's GitHub stats

Best regards,

M. Eng Muhammed Elyamani

dfs's People

Contributors

0xcybery avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.