Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
381 results
memento design pattern
flyweight design pattern
iterator pattern
visitor pattern java
mediator design pattern
command design pattern
decorator pattern
strategy design pattern
Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ I've received over the ...
76,115 views
4 years ago
Hi, guys in this video share with you the HackerRank Java Visitor Pattern problem solution in Java | Java Solutions ...
2,586 views
3 years ago
Dive into the Visitor design pattern and understand how it promotes clean, modular code by separating algorithms from the ...
8,335 views
1 year ago
java visitor pattern program in hackerrank using java language. Hi friends I am Nisha welcome to our youtube channel NISHA ...
1,278 views
5 years ago
In this video, we dive into the Visitor Design Pattern, a powerful behavioral pattern in software development. Learn how to add ...
5,273 views
Code from the Video: http://goo.gl/XkW8s Welcome to my Visitor Design Pattern Tutorial! This is the last part of my design pattern ...
286,474 views
13 years ago
Visitor design pattern is a behavioral design pattern. Visitor design pattern lets you separate algorithms from the objects on which ...
654 views
2 years ago
https://www.hackerrank.com/challenges/java-vistor-pattern/problem.
895 views
Implementation of visitor design pattern from scratch and explained with example.
9,665 views
7 years ago
Prime Checker Hackerrank Solution - java *************************************** If You Want Code Click ...
5,062 views
The Visitor is an often employed pattern to flexibly add functionality to a type hierarchy. But it comes at the price of low ...
6,898 views
10 months ago
HackerRank Online Assessment Test Experience 2025 | Java Spring Boot Microservices Coding | Crack IT Interviews!
2,604 views
5 months ago
The visitor design pattern explained with examples in code. Add more operation to a collection of elements, without changing the ...
10,670 views
The Rest API (Intermediate) Certification Test that I have taken on this video covers topics like getting data from an API and ...
42,353 views
Hi, guys in this video share with you the HackerRank Covariant Return Types problem solution in Java | Java Solutions ...
2,003 views
Hi, guys in this video share with you the HackerRank Java Priority Queue problem solution in Java | Java solutions ...
3,477 views
CIS-260 Home Page: http://www.c-jump.com/bcc/c260c/CIS260syllabus.html Handout: ...
3,797 views
9 years ago
What is the Visitor pattern? The Visitor pattern allows you to add or define new functionality to an object without changing the code ...
19,122 views
6 years ago
Using programming patterns, such as the Visitor Pattern, in object-oriented programming can be tedious and difficult to master.
909 views
The Visitor design pattern has been a trusted solution for operating on complex object hierarchies for decades—but its traditional ...
26 views
3 weeks ago
An implementation of the visitor pattern in Rust. You should of course read more about this for a deeper understanding. * Catch ...
2,665 views
Visitor pattern explained and demonstrated. Enjoy! :-) Thank you for commenting and asking questions. Get 25 % discount on your ...
3,105 views
Watch me Build My Own Interpreter as offered by CodeCrafters in Java. Source Code ...
47 views
3 months ago
Behavioral design pattern: Watch a Java implementation of the Visitor Pattern, where you place the new behavior into a separate ...
914 views
271 views
Article - https://codewitharyan.com/system-design/low-level-design Structured DSA (Basics to Advanced) Practice ...
2,649 views
8 months ago
Welcome to Lecture 38 of the Ultimate Low-Level Design (LLD) Series by Coder Army! Eighth week for #systemdesign ...
3,677 views
Among the patterns from the GoF, the Visitor is probably the more complex to implement. One of the difficulties is that you need to ...
14,550 views