摘要:
准备面试一个小公司,在面试邀请邮件中提出了这样一个要求(not required): ".. one item we will likely discuss with you is software called the TPM Software Stack (TSS) 2.0. ...... Th 阅读全文
摘要:
0. 1. Terminology C# (pronounced as "C sharp") is an object-oriented programming language created by Microsoft .NET framework is a collection of libra 阅读全文
摘要:
Hit: if the data CPU is looking for can not be found in a cache, it constitutes a hit. Miss: cache miss is a state where the data requested by a proce 阅读全文
摘要:
Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is defined as follows: The left subtree of a node contains only 阅读全文