Skip to content
newvectors.net
  • Home page
  • Home page
Blog posts:
What works for me in typography
09/01/2025
My thoughts on branding design
08/01/2025
What works for me in print design
08/01/2025
What I discovered about composition
08/01/2025
What I learned from design critiques
08/01/2025
My process for logo design
07/01/2025
My strategies for responsive design
07/01/2025
My journey in color theory
07/01/2025
My insights into design trends
06/01/2025
My favorite design tools revealed
06/01/2025
My experience implementing linked lists
Posted inData Structures

My experience implementing linked lists

Posted by By Evelyn Hawthorne 20/11/2024
Key takeaways: Discovering the flexibility of linked lists for dynamic memory allocation transformed the author’s…
Read More
How I implemented queues effectively
Posted inData Structures

How I implemented queues effectively

Posted by By Evelyn Hawthorne 20/11/2024
Key takeaways: Queues ensure efficient data flow and order in programming, utilizing the FIFO principle…
Read More
What works for me in recursive algorithms
Posted inData Structures

What works for me in recursive algorithms

Posted by By Evelyn Hawthorne 19/11/2024
Key takeaways: Recursion breaks down complex problems into simpler parts, enhancing clarity and elegance in…
Read More
My experiences with data structure complexity
Posted inData Structures

My experiences with data structure complexity

Posted by By Evelyn Hawthorne 18/11/2024
Key takeaways: Understanding the choice of data structures, like arrays or trees, significantly impacts application…
Read More
How I managed memory with pointers
Posted inData Structures

How I managed memory with pointers

Posted by By Evelyn Hawthorne 14/11/2024
Key takeaways: Memory management, particularly with pointers, is essential for efficient programming, requiring careful allocation…
Read More
My insights on set operations
Posted inData Structures

My insights on set operations

Posted by By Evelyn Hawthorne 11/11/2024
Key takeaways: Set operations, such as union and intersection, reflect real-life relationships and can enhance…
Read More
What I’ve learned about stack usage
Posted inData Structures

What I’ve learned about stack usage

Posted by By Evelyn Hawthorne 08/11/2024
Key takeaways: Understanding stack memory's last-in, first-out (LIFO) structure is crucial for efficient function call…
Read More
My approach to dynamic array resizing
Posted inData Structures

My approach to dynamic array resizing

Posted by By Evelyn Hawthorne 08/11/2024
Key takeaways: Dynamic arrays allow for flexible memory management, enabling programs to grow and shrink…
Read More
How I tackled sorting algorithms
Posted inData Structures

How I tackled sorting algorithms

Posted by By Evelyn Hawthorne 07/11/2024
Key takeaways: Sorting algorithms, like quicksort and mergesort, are essential for efficient data handling, with…
Read More
What works for me in hash tables
Posted inData Structures

What works for me in hash tables

Posted by By Evelyn Hawthorne 04/11/2024
Key takeaways: Hash tables utilize a hash function to map keys to values for quick…
Read More

Posts navigation

1 2 Next page

My topics

  • Data Structures
  • Industry Trends
Post You Might Like
Posted inVisual Design
What works for me in typography
Posted by By Evelyn Hawthorne 09/01/2025
Posted inVisual Design
My thoughts on branding design
Posted by By Evelyn Hawthorne 08/01/2025
Posted inVisual Design
What works for me in print design
Posted by By Evelyn Hawthorne 08/01/2025

HTML sitemap
XML sitemap

Scroll to Top