zoukankan
html css js c++ java
接口隔离原则
概念:接口隔离原则指的是使用多个专门的接口,而不使用单一的总接口,即客户端不应该依赖那些它不需要的接口。接口要尽量的细化,同时接口中的方法尽量少。一般而言,接口中仅包含为某一类用户定制的方法即可。
查看全文
相关阅读:
HUD --- 3635
leetcode380- Insert Delete GetRandom O(1)- medium
leetcode68- Text Justification- hard
leetcode698- Partition to K Equal Sum Subsets- medium
leetcode671- Second Minimum Node In a Binary Tree- easy
leetcode647- Palindromic Substrings- medium
leetcode633- Sum of Square Numbers- easy
leetcode605- Can Place Flowers- easy
leetcode515- Find Largest Value in Each Tree Row- medium
leetcode464- Can I Win- medium
原文地址:https://www.cnblogs.com/wzxNote/p/12625174.html
最新文章
判断字段是否为空(nil,NULL,NSNull)
[hadoop转载]tearsort
【leetcode】编辑距离
java的好资料总结
[leetcode]二分查找总结
NIO的学习
[comparator] 策略模式
[转载]tcp可靠性的好文
Letter Combinations of a Phone Number
Minimum Window Substring &&& Longest Substring Without Repeating Characters 快慢指针,都不会退,用hashmap或者其他结构保证
热门文章
水leetcode 爬楼梯
求解欧拉函数值
扩展欧几里德
快速幂取模
codeforces --- 14D
codeforces --- 302D
POJ 1144
codeforces --- 115A
codeforce --- 237C
codeforce --- 340D
Copyright © 2011-2022 走看看