摘要:
[TOC] HTML (Hyper Text Markup Language )超文本标记语言 超本文:页面内可以包括图片、链接等非文字内容 标记语言:使用一组标签对内容进行描述的语言, 不是编程语言 1.HTML 的语法和规范 HTML 文件以.html 或.htm 结尾,建议使用.html 结尾 阅读全文
摘要:
1115 Counting Nodes in a BST (30分) A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left sub 阅读全文
摘要:
1004 Counting Leaves (30分) A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child. In 阅读全文