摘要:
一直搁置着没学,今年因为报了某节目的大众评审,借机学习一下钢琴乐理。 一、钢琴音符 全音符 4拍二分音符 2拍 四分音符(♩) 1拍 八分音符(♪) 1/2拍 带梁八分音符(♫)十六分音符 1/4拍 带梁十六分音符(♬) 二、音名与唱名音名:C D E F G A B唱名:do re mi fa s 阅读全文
摘要:
Q: Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. An input string is valid if: 阅读全文
摘要:
Remove Nth Node From End of List Given a linked list, remove the n-th node from the end of list and return its head. Example: Note: Given n will alway 阅读全文