Skip to content
#

dynamic-programming

Here are 144 public repositories matching this topic...

Tập hợp các bài giảng, ví dụ mã nguồn, và bài tập liên quan đến việc học và thực hành cấu trúc dữ liệu và thuật toán sử dụng ngôn ngữ lập trình C/C++.

  • Updated Jul 2, 2024
  • C

The purpose of this repository is to provide implementations of three different types of data structures: sentinel-based, dynamic using malloc, and linked using pointers. These data structures can be used in various algorithms and programs for efficient storage, retrieval, and manipulation of data.

  • Updated Mar 4, 2024
  • C

This is simply a small console program that will prompt you a specified number of times to type a sentence correctly. It judges your speed, taking (words / time), and your accuracy, feeding the prompt and your input into the Demerau-Levenstein algorithm. This finds the minimum number of changes to make to change the one into the other.

  • Updated Dec 30, 2023
  • C

Improve this page

Add a description, image, and links to the dynamic-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dynamic-programming topic, visit your repo's landing page and select "manage topics."

Learn more