File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,8 @@ find more than one implementation for the same objective but using different alg
246246      *  [ Proposer] ( ./Algorithms/Problems/StableMarriage/Proposer.cs ) 
247247    *  [ N-Queens] ( ./Algorithms/Problems/NQueens ) 
248248      *  [ Backtracking] ( ./Algorithms/Problems/NQueens/BacktrackingNQueensSolver.cs ) 
249+     *  [ Knight Tour] ( ./Algorithms/Problems/KnightTour/ ) 
250+       *  [ Open Knight Tour] ( ./Algorithms/Problems/KnightTour/OpenKnightTour.cs ) 
249251    *  [ Dynamic Programming] ( ./Algorithms/Problems/DynamicProgramming ) 
250252      *  [ Coin Change] ( ./Algorithms/Problems/DynamicProgramming/CoinChange/DynamicCoinChangeSolver.cs ) 
251253      *  [ Levenshtein Distance] ( ./Algorithms/Problems/DynamicProgramming/LevenshteinDistance/LevenshteinDistance.cs ) 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments