Find Jobs
Hire Freelancers

find a c/c++ tutor

$8-15 USD / hour

종료됨
게시됨 3년 이상 전

$8-15 USD / hour

i want to implement an dictionay without vector like sdl. I am a python programmer. I want to find someone can teach me some c/c++, memory management. some code i found online is this: class Node{ public: //vector<Node*> next; Node* next [26]; bool isWord; Node(){ isWord = false; //next = vector<Node*>(26, NULL); Node *next = new Node[26]; } }; class Trie{ private: Node* root; public: Trie(){ root = new Node(); } void insert(string s){ Node* cur = root; for(char c: s){ if(cur->next[c - 'a'] == NULL) cur->next[c - 'a'] = new Node(); cur = cur->next[c - 'a']; } cur->isWord = true; } bool find(string s){ Node* cur = root; for(char c: s){ if(cur->next[c - 'a'] == NULL) return false; cur = cur->next[c - 'a']; } return cur->isWord; } }; class MagicDictionary { public: /** Initialize your data structure here. */ MagicDictionary() { trie = new Trie(); } /** Build a dictionary through a list of words */ void buildDict(vector<string> dict) { for(string s: dict){ trie->insert(s); } } /** Returns if there is any word in the trie that equals to the given word after modifying exactly one character */ bool search(string word) { // for(int i = 0; i < [login to view URL](); i++){ // for(int j = 0; j < 26; j++){ // char c = j + 'a'; // if(c == word[i]) continue; // char oriChar = word[i]; // word[i] = c; // if(trie->find(word)) // return true; // word[i] = oriChar; // } // } return false; } private: Trie* trie; };
프로젝트 ID: 26926791

프로젝트 정보

14 제안서
원격근무 프로젝트
활동 중 4년 전

돈을 좀 벌 생각이십니까?

프리랜서 입찰의 이점

예산 및 기간 설정
작업 결과에 대한 급여 수급
제안의 개요를 자세히 쓰세요
무료로 프로젝트에 신청하고 입찰할 수 있습니다
14 이 프로젝트에 프리랜서들의 평균 입찰은 $12 USD입니다./시간
사용자 아바타
Hi, there! Glad to see you. https://www.freelancer.com/projects/c-programming/Advanced-programming-project-25419500/reviews C/C++/C# programming are my major developing skills as you can see in my review. GUI and console platform are both possible to develop and I can show you my previous work result if you want. I can implement your creative idea to reality immediately. I am looking for a long term relationship. waiting for your valuable reply… Thanks. Regards.
$12 USD 40일에
5.0 (10 건의 리뷰)
4.1
4.1
사용자 아바타
I, Jignesh Lakhani completed my masters from IIT Roorkee in Computer Engineering. I am having a very good knowledge of C, C++, Java, JavaFX, Algorithm and Data Structure. I am having strong analytical power. I will complete your project before the deadline. I am looking forward to discussing with you this job post. Please feel free to contact me. Respectfully, Jignesh
$15 USD 40일에
5.0 (5 건의 리뷰)
3.5
3.5
사용자 아바타
I have been a competitive programmer for more than 5 years. I have a big experience in algorithms and data structures. Mostly I've been using C++ this whole time, so I think I can help you.
$12 USD 40일에
5.0 (8 건의 리뷰)
3.1
3.1
사용자 아바타
hello. what you gave is a Trie data structure. It is used to find prefix matching. Hello, I am a programming mentor and c++ programmer. I am doing this kind programming for 4 years. I also teach c c++ programming to the students. You can learn what ever you want from me. I am pretty much flexible in it.
$11 USD 20일에
5.0 (1 건의 리뷰)
0.9
0.9
사용자 아바타
Keen to do it, please discuss. Negotiable price and duration
$20 USD 30일에
0.0 (0 건의 리뷰)
0.0
0.0
사용자 아바타
I have a good programing skill and i also wored on this for 2 to 3 years Relevant Skills and Experience I have an expertise skill on c++programin and i thik yow like my work
$13 USD 10일에
0.0 (0 건의 리뷰)
0.0
0.0
사용자 아바타
I give lecture on c /c++ programing language in form of animation which makes easy for better understanding of concepts and practice sample test series.I'm post graduate in computer application. you van drop message in my inbox fo further assist.
$11 USD 30일에
0.0 (0 건의 리뷰)
0.0
0.0
사용자 아바타
- I've taught for 3 years as a tutor in my university as well as for Boeing as an instructor over the summer to people from middle school all the way up to adults. - I mainly specialize in C++ and Java. - I work as a software development intern in my university and also had an internship at Google last summer.
$12 USD 40일에
0.0 (0 건의 리뷰)
0.0
0.0
사용자 아바타
Hi... I can help you with the same... I have taught Data Structure to lot of students ... Memory and data structure goes hand in hand
$8 USD 5일에
0.0 (0 건의 리뷰)
0.0
0.0
사용자 아바타
Hey i have experience in both c++ and python so it will be very easy for me to explain you c++ with the help of python as a reference .
$12 USD 10일에
0.0 (0 건의 리뷰)
0.0
0.0
사용자 아바타
I'm tutor for C/C++ programming language and java programming language for four years.
$11 USD 30일에
0.0 (0 건의 리뷰)
0.0
0.0

고객에 대한 정보

국기 (UNITED STATES)
United States
0.0
0
3월 20, 2018부터 회원입니다

고객 확인

감사합니다! 무료 크레딧을 신청할 수 있는 링크를 이메일로 보내드렸습니다.
이메일을 보내는 동안 문제가 발생했습니다. 다시 시도해 주세요.
등록 사용자 전체 등록 건수(일자리)
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
미리 보기 화면을 준비 중...
위치 정보 관련 접근권이 허용되었습니다.
고객님의 로그인 세션이 만료되어, 자동으로 로그아웃 처리가 되었습니다. 다시 로그인하여 주십시오.