I want to code the Robinson-Schensted correspondence in MatLab.
조회 수: 3 (최근 30일)
이전 댓글 표시
I want to code the RSK algorithm in MatLab but dont know how to do so. For a given permutation of n integers where every integer from 1 to n is present in the permutation, I need to write an algorithm that will generate two different arrays following the Robinson-Schensted correspondence. It has been coded in python here https://mathoverflow.net/questions/30910/implementation-of-the-robinson-schensted-correspondence and also a few other languages but I have not been able to sucessfully code this in MatLab! My attempts all seem to be falling flat and not doing at all what I want them to do. Can anyone help?
댓글 수: 2
Geoff Hayes
2019년 2월 26일
badscience - please post the code that you have written and discuss what problems you are observing. Include any input parameters and show how you are calling your function or script.
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!