Skip to content
/ aed-i Public

Exercises and notes referring to the study of the lecture notes presented in the discipline of Algorithms and Data Structures I, offered by the Department of Computer Engineering and Automation.

Notifications You must be signed in to change notification settings

ErnaneJ/aed-i

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms (DCA0208)

Exercises and notes referring to the study of the lecture notes presented in the discipline of Algorithms and Data Structures I, offered by the Department of Computer Engineering and Automation (UFRN).

example workflow

⚒️ Tests

  • To run all tests in the current directory and all its subdirectories:

    go test -v ./...

    *Note: Use the -v (verbose) flag for detailed execution information

  • To run all tests in certain directories:

    go test ./path/...
  • To run all tests on your $GOPATH:

    go test ...

About

Exercises and notes referring to the study of the lecture notes presented in the discipline of Algorithms and Data Structures I, offered by the Department of Computer Engineering and Automation.

Topics

Resources

Stars

Watchers

Forks

Languages