Dijkstra Two Stack Algorithm
バージョン 1.0.0 (4.45 KB) 作成者:
Steve Lenk
Implements Dijkstra Two Stack Algorithm using Programmer Friendly Data Structures.
%
% DijkstraTwoStack.m
%
% Implements the two stack interpreter using PFDS in MATLAB.
%
% The intent is show off PFDS Stack by implementing an interpreter using two stacks (Dijkstra). Install and use PFDS from Mathworks.com
%
% A MATLAB Dictionary will hold operators as anonymous function handles.
%
% Efficiency is definitely not a goal.
%
% Thx to https://switzerb.github.io/imposter/algorithms/2021/01/12/dijkstra-two-stack.html
%
% DijkstraTwoStack.m shows that PFDS Stacks are usable
% Run setup.m as needed first
%
% Copyright 2024 Steve Lenk, see BSD 3-clause for details
%
引用
Steve Lenk (2026). Dijkstra Two Stack Algorithm (https://jp.mathworks.com/matlabcentral/fileexchange/169876-dijkstra-two-stack-algorithm), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R2024a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxタグ
DijkstraTwoStack
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0 |
