Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.01 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.01 KB

SCC0215 - Project 3

🇺🇸 Implementation of a C program through which two data files can be merged, by using a b-tree implementation.

🇧🇷 Implemente um programa em C por meio do qual seja possível realizar a junção de dois arquivos de dados, considerando diferentes formas de implementação dessa operação.

🏆 Team

  • 11796444 - Giovanni Shibaki Camargo
  • 11796451 - Pedro Kenzo Muramatsu Carmo

🌲 Project File Tree

.
├── index
│   ├── index.c
│   └── index.h
├── main.c
├── merge
│   ├── merge.c
│   └── merge.h
├── registry
│   ├── linha.c
│   ├── linha.h
│   ├── veiculo.c
│   └── veiculo.h
├── test
│   └── ...
└── utils
    ├── convertePrefixo.h
    ├── testaConvertePrefixo.c
    ├── fileManager.h
    └── fileManager.c

Acknowledgements

We would like to thank Prof Ciferri and TAs Lucas Romero and Joao Clarindo for their immense help and patience 🙇