Skip to content
#

directory-management

Here are 47 public repositories matching this topic...

The main idea is to match and search words efficiently among text files in a directory. The files are indexed using multiprocessing. The indexed files are then searched using a Trie. In simple words, this project is word autocomplete using multiprocessing and trie.

  • Updated Dec 3, 2021
  • Python

Introduction to computer system abstractions reflected in programming languages, operating systems, architectures, and networks. Topics include: overview of computer and processor architecture, instruction set architecture and introduction to assembly language, C programming, system calls, processes and process memory layout, interfaces for memory

  • Updated Nov 2, 2023
  • C

Improve this page

Add a description, image, and links to the directory-management 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 directory-management topic, visit your repo's landing page and select "manage topics."

Learn more