LeetCode-Notes
Ctrlk
  • Introduction
  • Records of Practice
  • 关于Github 不支持密码问题
  • 面试题
    • 搜索广告
    • 多模态大模型
    • 刷题记录
  • 算法代码实现
  • Python
    • Python 笔记
  • Spark
    • PySpark
    • Spark Issues
    • Spark调优笔记
  • FeatureEngineering
  • Recommendation Algorithm
    • Recall-and-PreRank
    • Ranking
    • DeepLearning-Basic
  • Machine Learning
    • XGBoost
    • Cross Entropy Loss
    • Other models
  • Graph Neural Network
    • GNN-1-Basic
  • Big Data
    • Reservoir Sampling
  • SQL
    • SQL and PySpark functions
    • Query Film Infomation
    • Create, Insert and Alter Actor Table
    • Manage Employment Data
    • Manage Employment Data -2
  • DataStructure
    • Searching
    • Array
    • Sorting
    • LinkedList
    • Tree
    • Heap&Queue
    • 合并k个已排序的链表
    • String
    • DFS/BFS
      • Number of island
      • Number of Provinces
      • All Permutations of Subsets without duplication
      • All Permutations of Subsets with duplication
      • Combinations Of Coins
      • All Subset I (without fixing size of subset, without order, without duplication)
      • All Subset of K size without duplication II
      • All Subset of K size III (with duplication without considering order)
      • All Permutation II (with duplication and consider order)
      • Factor Combination-质数分解
    • DynamicProgramming
  • Big Data Algorithms
    • Big Data Processing Algorithms
Powered by GitBook
On this page

Was this helpful?

  1. DataStructure

DFS/BFS

Number of islandNumber of ProvincesAll Permutations of Subsets without duplicationAll Permutations of Subsets with duplicationCombinations Of CoinsAll Subset I (without fixing size of subset, without order, without duplication)All Subset of K size without duplication IIAll Subset of K size III (with duplication without considering order)All Permutation II (with duplication and consider order)Factor Combination-质数分解
Previous最长回文子序列-DPNextNumber of island

Last updated 4 years ago

Was this helpful?