https://github.com/wilsonle/cs271-portfolio
This demonstrates my proficiency in CS271 - Data structure core competencies. Consider this portfolio a self-reflection and evaluation of my work in the course.
https://github.com/wilsonle/cs271-portfolio
Last synced: 5 months ago
JSON representation
This demonstrates my proficiency in CS271 - Data structure core competencies. Consider this portfolio a self-reflection and evaluation of my work in the course.
- Host: GitHub
- URL: https://github.com/wilsonle/cs271-portfolio
- Owner: WilsonLe
- Created: 2021-11-30T05:34:09.000Z (over 4 years ago)
- Default Branch: production
- Last Pushed: 2021-11-30T06:17:03.000Z (over 4 years ago)
- Last Synced: 2025-07-03T18:11:06.621Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS271-portfolio
## Table of Content:
- [Introduction](#introduction)
- [Conclusion](#conclusion)
## Introduction
- This demonstrates my proficiency in CS271 - Data structure core competencies. Consider this portfolio a self-reflection and evaluation of my work in the course.
- I will reflect upon my work that displays the 8 core competencies of the course:
- Analysis of algorithms
- Linear data structures
- Priority queues and binary heaps
- Graphs
- Hash tables
- Binary search trees
- Object-oriented programming in C++
- Professional practices
- Each core competency include an overview of items that demonstrate such competency
- Each core competency will be assessed on the following scale:
- Proficiency: To demonstrate fully understanding and applying of the underlying concepts in correct situations.
- Mastery: Above proficiency. Work that is of higher quality, fewer errors, deeper understanding.
- Master with Distiction: Above mastery. Elegant solution, insightful understadning, initiative to explore more in depth that expected.
## Conclusion