Skip to content

abdulmajidcse/data-structure-and-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure and Algorithm

This repository contains exercises and examples for learning Data structure and algorithm.

Getting Started

You may follow instructions, if you want to run code using docker.

Prerequisites

  • Docker installed on your machine
  • Basic knowledge of command line interface
  1. Clone the repository:

    git clone https://github.com/abdulmajidcse/data-structure-and-algorithm
    cd data-structure-and-algorithm
  2. Run this command to build image and container or if you have any changes:

    docker-compose up --build
  3. You may run this command when you need to execute your code and then you see a linux based terminal.

    docker-compose run --rm dsa
  4. You may run php, node, and python3 command via this linux based terminal. For example, you have three files called test.py, test.php, and test.js and you want to run these files.

    python3 test.py
    php test.php
    node test.js

About

This is only for my practice purpose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published