Skip to content

GabrielDiasV/ds_general_problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General Data Science Problems from Classic Computer Science Problems in Python (David Kopec)

Each folder groups problems that require similar problem-solving approaches.

  • search: Contains problems solved using search algorithms such as DFS, BFS, and A*.
  • recursive_iterative: Focuses on problems that can be approached both recursively and iteratively.
  • CSP: Includes constraint-satisfaction problems and implements a generic algorithm to solve them by defining conditions and domains.
  • encoding: Features basic encryption and file compression problems.

About

General Data Science problems solved in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages