static MultiSet<Char> charsHistogram(S s) { new MultiSet<Char> ms; int n = l(s); for i to n: ms.add(s.charAt(i)); ret ms; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1008499 |
| Snippet name: | charsHistogram - MultiSet<Char> of chars in string |
| Eternal ID of this version: | #1008499/1 |
| Text MD5: | b423c50018d1d34327a74380dda75848 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-05-20 12:34:03 |
| Source code size: | 136 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 671 / 726 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1014306 - ngramsHistogram - MultiSet<S> of n-grams in string #1035666 - byteHistogramArray - histogram of byte array as int[256] |