上一页 1 ··· 172 173 174 175 176 177 178 179 180 ··· 273 下一页
摘要: Given an integer array with even length, where different numbers in this array represent different kinds of candies. Each number means one candy of th 阅读全文
posted @ 2018-03-07 23:42 bonelee 阅读(191) 评论(0) 推荐(0)
摘要: Write a program that outputs the string representation of numbers from 1 to n. But for multiples of three it should output “Fizz” instead of the numbe 阅读全文
posted @ 2018-03-07 23:22 bonelee 阅读(233) 评论(0) 推荐(0)
摘要: 也许你查询某个大型公司域名whios信息时,常常会发现很多这些大型公司的域名都在一家名为MarkMonitor的公司注册,那么markmonitor是家什么样的公司呢? MarkMonitor是一家从事互联网品牌保护的软件和服务公司,成立于1999年,总部位于美国加利福尼亚州旧金山,2012年7月被 阅读全文
posted @ 2018-03-07 10:57 bonelee 阅读(11005) 评论(0) 推荐(0)
摘要: 144. Binary Tree Preorder Traversal Given a binary tree, return the preorder traversal of its nodes' values. For example: Given binary tree [1,null,2, 阅读全文
posted @ 2018-03-06 23:06 bonelee 阅读(506) 评论(0) 推荐(0)
摘要: 使用图聚类方法:Malware Classification using Graph Clustering 见 https://github.com/rahulp0491/Malware-Classifier 代码参考:https://github.com/bindog/ToyMalwareClas 阅读全文
posted @ 2018-03-06 10:19 bonelee 阅读(3293) 评论(2) 推荐(1)
摘要: Given a binary search tree and the lowest and highest boundaries as L and R, trim the tree so that all its elements lies in [L, R] (R >= L). You might 阅读全文
posted @ 2018-03-05 23:37 bonelee 阅读(242) 评论(0) 推荐(0)
摘要: Given a List of words, return the words that can be typed using letters of alphabet on only one row's of American keyboard like the image below. Examp 阅读全文
posted @ 2018-03-05 22:46 bonelee 阅读(254) 评论(0) 推荐(0)
摘要: Write a function that takes a string as input and returns the string reversed. Example: Given s = "hello", return "olleh". class Solution(object): def 阅读全文
posted @ 2018-03-05 22:18 bonelee 阅读(204) 评论(0) 推荐(0)
摘要: Given a string, you need to reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order. E 阅读全文
posted @ 2018-03-05 21:14 bonelee 阅读(223) 评论(0) 推荐(0)
摘要: 网络安全中机器学习大合集 from:https://github.com/jivoi/awesome-ml-for-cybersecurity/blob/master/README_ch.md#-datasets 历年来那些与网络安全中机器学习相关最好的工具与资源 目录 数据集 论文 书籍 演讲 教 阅读全文
posted @ 2018-03-05 17:56 bonelee 阅读(5901) 评论(0) 推荐(1)
上一页 1 ··· 172 173 174 175 176 177 178 179 180 ··· 273 下一页