Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 1.22 KB

README.md

File metadata and controls

48 lines (41 loc) · 1.22 KB

Universidade Federal do Ceará

Este repositório contém todos os meus arquivos relacionados aos cursos que fiz na Universidade Federal do Ceara durante meu curso de Ciência da Computação.

Diciplines and Tecnologies

  • Introduction to Computer Science
  • Programming Fundamentals
  • Computers Architecture
  • Basic Mathematics
  • Ethics, Law and Legislation
  • Pre-Calculation
  • Struct Data
  • Calculus 1
  • Operational systems
  • Object Oriented Programming
  • Discrete Mathematics

Tecnologias

  • Linguagens de Programação:
    • Java
    • Python
    • C/C++
    • JavaScript
  • Frameworks e Bibliotecas:
    • Spring Boot
    • Django
    • React.js
    • Node.js
  • Bancos de Dados:
    • MySQL
    • PostgreSQL
    • MongoDB
  • Ferramentas de Desenvolvimento:
    • Git
    • Docker
    • Visual Studio Code
    • IntelliJ IDEA
  • Sistemas Operacionais:
    • Linux
    • Windows
    • macOS
  • etc.

About the content of the diciplines

Design and Analysis of Algorithms - This field of study focuses on the design, analysis, and implementation of efficient algorithms to solve various computational problems. It involves understanding the fundamental concepts of algorithm design, analyzing their correctness and efficiency, and applying them to solve real-world problems.