常用列表处理函数 member append reverse delete_all 常用列表处理函数 以下各小节给出了一些简单列表处理函数的使用示例。这里所描述的所有函数都包含在标准Erlang发行版的lists模块中(细节参见附录C)。 member member(X,L)在X是列表L的元素时返回true,否则返回false。 me...
Longest Palindromic Substring 描述 分析 备忘录法 动规 Manacher’s Algorithm Longest Palindromic Substring 描述 Given a string S , find the longest palindromic substring in S . You ma...
Floating-Point Directives Floating-Point Directives Four directives format floating-point values: ~F , ~E , ~G , and ~$ . The first three of these are the directives based on F...