# \[ANN\] Standard Young tableaux

**URL:** https://discourse.julialang.org/t/ann-standard-young-tableaux/52750
**Category:** Package Announcements
**Tags:** package, announcement
**Created:** [January 2, 2021, 10:55pm UTC](https://discourse.julialang.org/t/ann-standard-young-tableaux/52750 "2021-01-02T22:55:39Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![stla](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stla/32/20382_2.png) [@stla](https://discourse.julialang.org/u/stla)
#### Post date: [January 2, 2021, 10:55pm UTC](https://discourse.julialang.org/t/ann-standard-young-tableaux/52750/1 "2021-01-02T22:55:39Z")

</div>

Hello,

Some stuff for standard Young tableaux: [stla.github.io/StandardYoungTableaux.jl](https://stla.github.io/StandardYoungTableaux.jl/dev/).

Cheers.

---

<div class="post-metadata">

### Author: ![terasakisatoshi](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/terasakisatoshi/32/9187_2.png) [@terasakisatoshi](https://discourse.julialang.org/u/terasakisatoshi)
#### Post date: [January 3, 2021, 1:14am UTC](https://discourse.julialang.org/t/ann-standard-young-tableaux/52750/2 "2021-01-03T01:14:30Z")

</div>

Thank for sharing!

---

<div class="post-metadata">

### Author: ![abulak](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/abulak/32/28314_2.png) [@abulak](https://discourse.julialang.org/u/abulak)
#### Post date: [January 3, 2021, 11:02am UTC](https://discourse.julialang.org/t/ann-standard-young-tableaux/52750/3 "2021-01-03T11:02:45Z")

</div>

@stla I wrote some functionality for YT in AbstractAlgebra.jl (but focused on group theoretical aspects):  
[https://github.com/Nemocas/AbstractAlgebra.jl/blob/15284543cef202e99e5218735d1f85701d214e12/src/generic/GenericTypes.jl#L160](https://github.com/Nemocas/AbstractAlgebra.jl/blob/15284543cef202e99e5218735d1f85701d214e12/src/generic/GenericTypes.jl#L160)  
[https://github.com/Nemocas/AbstractAlgebra.jl/blob/master/src/generic/YoungTabs.jl](https://github.com/Nemocas/AbstractAlgebra.jl/blob/master/src/generic/YoungTabs.jl)

these are GPLed, but if you feel like borrowing some of this code (e.g. fancy printing? :D) you have my permission to re-license under MIT.
