摘要:
Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the leng 阅读全文
摘要:
问题描述: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would h 阅读全文
摘要:
鉴于之前读的一些文章很容易就忘掉了,故打算花点时间记录下所读的文献。 这几天花了一些时间读了3篇文献: Intersubject consistency of cortical MEG signals during movie viewing 这篇文章的目的是通过具有更高分辨率的MEG来扩展2004年发表在自然上的文章中的一些发现(使用fMRI来观察被试间相关性)。 由于血液动力学的一些固有瓶颈(... 阅读全文